-
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.
- Loading branch information
Showing
35 changed files
with
954 additions
and
385 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,20 @@ | ||
|
||
branch: | ||
name: a branch | ||
#source: | ||
# external: tree | ||
sharp-stone: | ||
sources: stone | ||
tools: stone | ||
|
||
tree-trunk: | ||
name: a tree trunk | ||
#source: | ||
# external: tree | ||
tool: axe | ||
small-sharp-stone: | ||
sources: sharp-stone | ||
tools: stone | ||
|
||
stone: | ||
name: a stone | ||
#source: | ||
# external: boulder | ||
tool: stone | ||
n: 3 | ||
stone-hammer: | ||
sources: [stone, branch, vine] | ||
tools: stone | ||
|
||
sharp-stone: | ||
name: a sharp stone | ||
source: stone | ||
tool: stone | ||
stone-axe: | ||
sources: [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: | ||
sources: [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,140 @@ | ||
|
||
stone: | ||
name: a stone | ||
name: a round stone | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: BLUNT | ||
damage: 2 | ||
sprite: | ||
c: 7 | ||
col: | ||
red: 88 | ||
green: 88 | ||
blue: 88 | ||
|
||
branch: | ||
name: a branch | ||
name: a sturdy branch | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: BLUNT | ||
damage: 1 | ||
sprite: | ||
c: '/' | ||
col: | ||
red: 141 | ||
green: 104 | ||
blue: 21 | ||
|
||
vine: | ||
name: a thin, flexible branch | ||
sprite: | ||
c: 239 | ||
col: | ||
red: 36 | ||
green: 122 | ||
blue: 7 | ||
|
||
trunk: | ||
name: a tree trunk | ||
name: a fallen tree | ||
sprite: | ||
c: 22 | ||
col: | ||
red: 141 | ||
green: 104 | ||
blue: 21 | ||
|
||
boulder: | ||
name: a boulder | ||
name: a big boulder | ||
sprite: | ||
c: '#' | ||
col: | ||
red: 88 | ||
green: 88 | ||
blue: 88 | ||
shadowView: true | ||
obstacle: {} | ||
crushable: {} | ||
|
||
tree: | ||
name: a mature tree | ||
sprite: | ||
c: T | ||
col: | ||
red: 0 | ||
green: 205 | ||
blue: 113 | ||
shadowView: true | ||
obstacle: {} | ||
cuttable: {} | ||
|
||
sharp-stone: | ||
name: a sharp stone | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: SLASH | ||
damage: 2 | ||
sprite: | ||
c: 4 | ||
col: | ||
red: 88 | ||
green: 88 | ||
blue: 88 | ||
|
||
small-sharp-stone: | ||
name: a small, sharp stone | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: POINT | ||
damage: 2 | ||
sprite: | ||
c: 17 | ||
col: | ||
red: 88 | ||
green: 88 | ||
blue: 88 | ||
|
||
stone-hammer: | ||
name: a stone hammer | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: BLUNT | ||
damage: 4 | ||
sprite: | ||
c: 209 | ||
col: | ||
red: 141 | ||
green: 104 | ||
blue: 21 | ||
|
||
stone-axe: | ||
name: a stone axe | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: SLASH | ||
damage: 4 | ||
sprite: | ||
c: 184 | ||
col: | ||
red: 141 | ||
green: 104 | ||
blue: 21 | ||
|
||
stone-spear: | ||
name: a stone spear | ||
wearable: | ||
where: HANDS | ||
weapon: | ||
damageType: POINT | ||
damage: 4 | ||
sprite: | ||
c: 244 | ||
col: | ||
red: 141 | ||
green: 104 | ||
blue: 21 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.