Created
April 1, 2015 01:44
-
-
Save gamemachine/e1ed822440dd45f1e4c9 to your computer and use it in GitHub Desktop.
crafting_recipes
This file contains hidden or 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
{ | |
'id' => 'ship', | |
'item1' => 'wood', | |
'item1_quantity' => 2, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 2 | |
}, | |
{ | |
'id' => 'pier', | |
'item1' => 'wood', | |
'item1_quantity' => 30, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 10 | |
}, | |
{ | |
'id' => 'house_large1', | |
'item1' => 'wood', | |
'item1_quantity' => 20, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 5 | |
}, | |
{ | |
'id' => 'wood_shack1', | |
'item1' => 'wood', | |
'item1_quantity' => 18, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 5 | |
}, | |
{ | |
'id' => 'catapult', | |
'item1' => 'wood', | |
'item1_quantity' => 3, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 1 | |
}, | |
{ | |
'id' => 'ballista', | |
'item1' => 'wood', | |
'item1_quantity' => 4, | |
'item2' => 'iron_ore', | |
'item2_quantity' => 1 | |
}, | |
{ | |
'id' => 'katana', | |
'item1' => 'iron_ore', | |
'item1_quantity' => 2 | |
}, | |
{ | |
'id' => '2hsword', | |
'item1' => 'iron_ore', | |
'item1_quantity' => 4 | |
}, | |
{ | |
'id' => 'staff', | |
'item1' => 'wood', | |
'item1_quantity' => 2 | |
}, | |
{ | |
'id' => 'longbow', | |
'item1' => 'wood', | |
'item1_quantity' => 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment