-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9a4a26
commit 2c8ae2a
Showing
27 changed files
with
2,551 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
[ | ||
{ | ||
"name": "Stone Arrow", | ||
"materials": { | ||
"Thatch": "2", | ||
"Flint": "1", | ||
"Fiber": "2" | ||
} | ||
}, | ||
{ | ||
"name": "Tranquilizer Arrow", | ||
"materials": { | ||
"Narcotic": "1", | ||
"Stone Arrow": "1" | ||
} | ||
}, | ||
{ | ||
"name": "Ballista Bolt", | ||
"materials": { | ||
"Metal Ingot": "14", | ||
"Thatch": "20", | ||
"Wood": "14", | ||
"Flint": "5", | ||
"Fiber": "20", | ||
"Cementing Paste": "2" | ||
} | ||
}, | ||
{ | ||
"name": "Simple Bullet", | ||
"materials": { | ||
"Metal Ingot": "1", | ||
"Gunpowder": "6" | ||
} | ||
}, | ||
{ | ||
"name": "Simple Rifle Ammo", | ||
"materials": { | ||
"Metal Ingot": "2", | ||
"Gunpowder": "12" | ||
} | ||
}, | ||
{ | ||
"name": "Cannon Ball", | ||
"materials": { | ||
"Metal Ingot": "80", | ||
"Obsidian": "4", | ||
"Cementing Paste": "20", | ||
"Gunpowder": "30" | ||
} | ||
}, | ||
{ | ||
"name": "Simple Shotgun Ammo", | ||
"materials": { | ||
"Metal Ingot": "1", | ||
"Simple Bullet": "3", | ||
"Gunpowder": "3" | ||
} | ||
}, | ||
{ | ||
"name": "Chain Bola", | ||
"materials": { | ||
"Metal Ingot": "65", | ||
"Obsidian": "2", | ||
"Cementing Paste": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Grappling Hook", | ||
"materials": { | ||
"Metal Ingot": "9", | ||
"Thatch": "2", | ||
"Fiber": "35", | ||
"Stone Arrow": "3", | ||
"Cementing Paste": "1" | ||
} | ||
}, | ||
{ | ||
"name": "Advanced Bullet", | ||
"materials": { | ||
"Metal Ingot": "1", | ||
"Gunpowder": "3" | ||
} | ||
}, | ||
{ | ||
"name": "Advanced Rifle Bullet", | ||
"materials": { | ||
"Metal Ingot": "1", | ||
"Gunpowder": "9" | ||
} | ||
}, | ||
{ | ||
"name": "C4 Charge", | ||
"materials": { | ||
"Hide": "5", | ||
"Fiber": "50", | ||
"Electronics": "5", | ||
"Polymer": "10", | ||
"Cementing Paste": "5", | ||
"Gunpowder": "75", | ||
"Crystal": "25" | ||
} | ||
}, | ||
{ | ||
"name": "Rocket Propelled Grenade", | ||
"materials": { | ||
"Metal Ingot": "12", | ||
"Polymer": "10", | ||
"Cementing Paste": "20", | ||
"Gunpowder": "40", | ||
"Crystal": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Transponder Node", | ||
"materials": { | ||
"Metal Ingot": "3", | ||
"Electronics": "14", | ||
"Polymer": "10", | ||
"Cementing Paste": "12", | ||
"Crystal": "12" | ||
} | ||
}, | ||
{ | ||
"name": "Tranquilizer Dart", | ||
"materials": { | ||
"Metal Ingot": "2", | ||
"Narcotic": "3", | ||
"Simple Rifle Ammo": "1" | ||
} | ||
}, | ||
{ | ||
"name": "Metal Arrow", | ||
"materials": { | ||
"Thatch": "3", | ||
"Metal Ingot": "3", | ||
"Fiber": "3", | ||
"Polymer": "1", | ||
"Cementing Paste": "1" | ||
} | ||
}, | ||
{ | ||
"name": "Advanced Sniper Bullet", | ||
"materials": { | ||
"Metal Ingot": "2", | ||
"Gunpowder": "12" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"name": "Chitin Leggings", | ||
"materials": { | ||
"Hide": "12", | ||
"Fiber": "5", | ||
"Chitin": "25" | ||
} | ||
}, | ||
{ | ||
"name": "Chitin Chestpiece", | ||
"materials": { | ||
"Hide": "10", | ||
"Fiber": "4", | ||
"Chitin": "20" | ||
} | ||
}, | ||
{ | ||
"name": "Chitin Armor", | ||
"materials": { | ||
"Hide": "20", | ||
"Fiber": "10", | ||
"Chitin": "15" | ||
} | ||
}, | ||
{ | ||
"name": "Chitin Helmet", | ||
"materials": { | ||
"Hide": "7", | ||
"Fiber": "3", | ||
"Chitin": "15" | ||
} | ||
}, | ||
{ | ||
"name": "Chitin Gauntlets", | ||
"materials": { | ||
"Hide": "5", | ||
"Fiber": "2", | ||
"Chitin": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Chitin Boots", | ||
"materials": { | ||
"Hide": "6", | ||
"Fiber": "4", | ||
"Chitin": "12" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[ | ||
{ | ||
"name": "Cloth Pants", | ||
"materials": { | ||
"Fiber": "50" | ||
} | ||
}, | ||
{ | ||
"name": "Cloth Shirt", | ||
"materials": { | ||
"Fiber": "40" | ||
} | ||
}, | ||
{ | ||
"name": "Cloth Armor", | ||
"materials": { | ||
"Hide": "40", | ||
"Fiber": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Cloth Gloves", | ||
"materials": { | ||
"Hide": "4", | ||
"Fiber": "20" | ||
} | ||
}, | ||
{ | ||
"name": "Cloth Hat", | ||
"materials": { | ||
"Fiber": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Cloth Boots", | ||
"materials": { | ||
"Hide": "6", | ||
"Fiber": "25" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
[ | ||
{ | ||
"name": "Storage Box", | ||
"materials": { | ||
"Thatch": "20", | ||
"Wood": "25", | ||
"Fiber": "10" | ||
} | ||
}, | ||
{ | ||
"name": "Feeding Trough", | ||
"materials": { | ||
"Thatch": "60", | ||
"Wood": "120", | ||
"Fiber": "40", | ||
"Metal": "8" | ||
} | ||
}, | ||
{ | ||
"name": "Compost Bin", | ||
"materials": { | ||
"Thatch": "15", | ||
"Wood": "50", | ||
"Fiber": "12" | ||
} | ||
}, | ||
{ | ||
"name": "Large Storage Box", | ||
"materials": { | ||
"Thatch": "35", | ||
"Wood": "50", | ||
"Fiber": "25" | ||
} | ||
}, | ||
{ | ||
"name": "Preserving Bin", | ||
"materials": { | ||
"Thatch": "10", | ||
"Wood": "30", | ||
"Fiber": "20", | ||
"Stone": "30" | ||
} | ||
}, | ||
{ | ||
"name": "Bookshelf", | ||
"materials": { | ||
"Thatch": "45", | ||
"Wood": "100", | ||
"Fiber": "35" | ||
} | ||
}, | ||
{ | ||
"name": "Refrigerator", | ||
"materials": { | ||
"Metal Ingot": "120", | ||
"Electronics": "10", | ||
"Polymer": "15", | ||
"Crystal": "25" | ||
} | ||
}, | ||
{ | ||
"name": "Vault", | ||
"materials": { | ||
"Metal Ingot": "300", | ||
"Oil": "30", | ||
"Polymer": "60", | ||
"Cementing Paste": "60" | ||
} | ||
} | ||
] |
Oops, something went wrong.