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

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",