begin_wiki

This commit is contained in:
KitsuShadow
2016-02-21 12:33:02 -05:00
parent efd2c52950
commit 89ed7d8112
40 changed files with 767 additions and 548 deletions

View File

@@ -303,6 +303,8 @@ item.woodPulp.name=Wood Pulp
item.charcoalFilter.name=Charcoal Filter
item.slottedTongs.name=Stone Tongs
item.flintKnapped.name=Knapped Flint
item.cannonBreach.name=CannonBreach
item.cannonBarrel.name=CannonBarrel
tile.shitBlock.name=Shit Block
tile.formTable.name=Form Table

View File

@@ -6,6 +6,7 @@
"scrapes1": {"category": "neutral", "sounds": [{"name": "scrapes1", "stream": false}]},
"splitlog": {"category": "neutral", "sounds": [{"name": "splitlog", "stream": false}]},
"sawwood": {"category": "neutral", "sounds": [{"name": "sawwood", "stream": false}]},
"cannon1": {"category": "neutral", "sounds": [{"name": "cannon1", "stream": false}]},
"ironShieldBash": {"category": "neutral", "sounds": [{"name": "ironShieldBash", "stream": false}]}
}

View File

@@ -3,6 +3,7 @@
"longbowRelease": {"category": "neutral", "sounds": [{"name": "longbowRelease", "stream": false}]},
"tautBow": {"category": "neutral", "sounds": [{"name": "tautBow", "stream": false}]},
"anvilhammer": {"category": "neutral", "sounds": [{"name": "anvilhammer", "stream": false}]},
"cannon1": {"category": "neutral", "sounds": [{"name": "cannon1", "stream": false}]},
"ironShieldBash": {"category": "neutral", "sounds": [{"name": "ironShieldBash", "stream": false}]}
}