New axe wielding ranger for you to kill.

master
Zed A. Shaw 3 weeks ago
parent f2b7871d12
commit 0199248354
  1. BIN
      assets/axe_ranger-256.png
  2. 1
      assets/config.json
  3. 12
      assets/enemies.json

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

@ -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": {

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

Loading…
Cancel
Save