New axe wielding ranger for you to kill.

This commit is contained in:
Zed A. Shaw 2025-02-19 13:24:54 -05:00
parent f2b7871d12
commit 0199248354
3 changed files with 13 additions and 0 deletions

BIN
assets/axe_ranger-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -21,6 +21,7 @@
"left_gui": "assets/left_gui.png",
"blood_splatter": "assets/blood_splatter-256.png",
"trash_button": "assets/trash_button.png",
"axe_ranger": "assets/axe_ranger-256.png",
"hairy_spider": "assets/hairy_spider-256.png"
},
"enemy": {

View file

@ -26,6 +26,18 @@
{"_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": {
"components": [
{"_type": "Tile", "display": "\u0758",