-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#14: probably finished the basic loading of the crafting recipes, now…
… it must be linked to 'item tags'
- Loading branch information
Showing
5 changed files
with
62 additions
and
52 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 |
---|---|---|
@@ -1,41 +1,26 @@ | ||
|
||
branch: | ||
name: a branch | ||
#source: | ||
# external: tree | ||
|
||
tree-trunk: | ||
name: a tree trunk | ||
#source: | ||
# external: tree | ||
tool: axe | ||
|
||
stone: | ||
name: a stone | ||
#source: | ||
# external: boulder | ||
tool: stone | ||
n: 3 | ||
|
||
sharp-stone: | ||
name: a sharp stone | ||
source: stone | ||
tool: stone | ||
tools: stone | ||
|
||
small-sharp-stone: | ||
name: a small, sharp stone | ||
source: sharp-stone | ||
tools: stone | ||
n: 2 | ||
|
||
stone-hammer: | ||
name: a stone hammer | ||
source: [stone, branch, vine] | ||
tools: stone | ||
|
||
stone-axe: | ||
name: a stone axe | ||
source: [sharp-stone, branch, vine] | ||
tools: stone | ||
|
||
#small-sharp-stone: | ||
# name: a small, sharp stone | ||
# source: [sharp-stone] | ||
# tool: stone | ||
# n: 2 | ||
# | ||
#stone-hammer: | ||
# name: a stone hammer | ||
# source: [stone, branch] | ||
# | ||
#stone-axe: | ||
# name: a stone axe | ||
# source: [sharp-stone, branch] | ||
# | ||
#stone-spear: | ||
# name: a stone spear | ||
# source: [small-sharp-stone, tree-trunk] | ||
stone-spear: | ||
name: a stone spear | ||
source: [small-sharp-stone, trunk, vine] | ||
tools: stone |
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 |
---|---|---|
@@ -1,12 +1,24 @@ | ||
|
||
stone: | ||
name: a stone | ||
sprite: | ||
c: 'o' | ||
col: | ||
|
||
branch: | ||
name: a branch | ||
sprite: | ||
c: '/' | ||
col: | ||
|
||
trunk: | ||
name: a tree trunk | ||
sprite: | ||
c: '-' | ||
col: | ||
|
||
boulder: | ||
name: a boulder | ||
sprite: | ||
c: '#' | ||
col: |
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
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
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