New axe wielding ranger for you to kill.
This commit is contained in:
parent
f2b7871d12
commit
0199248354
3 changed files with 13 additions and 0 deletions
BIN
assets/axe_ranger-256.png
Normal file
BIN
assets/axe_ranger-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -21,6 +21,7 @@
|
||||||
"left_gui": "assets/left_gui.png",
|
"left_gui": "assets/left_gui.png",
|
||||||
"blood_splatter": "assets/blood_splatter-256.png",
|
"blood_splatter": "assets/blood_splatter-256.png",
|
||||||
"trash_button": "assets/trash_button.png",
|
"trash_button": "assets/trash_button.png",
|
||||||
|
"axe_ranger": "assets/axe_ranger-256.png",
|
||||||
"hairy_spider": "assets/hairy_spider-256.png"
|
"hairy_spider": "assets/hairy_spider-256.png"
|
||||||
},
|
},
|
||||||
"enemy": {
|
"enemy": {
|
||||||
|
|
|
@ -26,6 +26,18 @@
|
||||||
{"_type": "Sprite", "name": "armored_knight"}
|
{"_type": "Sprite", "name": "armored_knight"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"AXE_RANGER": {
|
||||||
|
"components": [
|
||||||
|
{"_type": "Tile", "display": "\u076a",
|
||||||
|
"foreground": [156, 172, 197],
|
||||||
|
"background": [30, 20, 75]
|
||||||
|
},
|
||||||
|
{"_type": "Combat", "hp": 40, "max_hp": 40, "damage": 10, "dead": false},
|
||||||
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": true},
|
||||||
|
{"_type": "EnemyConfig", "hearing_distance": 5},
|
||||||
|
{"_type": "Sprite", "name": "axe_ranger"}
|
||||||
|
]
|
||||||
|
},
|
||||||
"EVIL_EYE": {
|
"EVIL_EYE": {
|
||||||
"components": [
|
"components": [
|
||||||
{"_type": "Tile", "display": "\u0758",
|
{"_type": "Tile", "display": "\u0758",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue