Add the rat king.

This commit is contained in:
Zed A. Shaw 2025-02-26 10:32:39 -05:00
parent 54fbf22b6d
commit b75a2b8c31
2 changed files with 15 additions and 0 deletions

View file

@ -69,6 +69,20 @@
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
]
},
"RAT_KING": {
"components": [
{"_type": "Tile", "display": "\u08ac",
"foreground": [205, 164, 100],
"background": [30, 20, 75]
},
{"_type": "Combat", "hp": 50, "max_hp": 50, "damage": 50, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "EnemyConfig", "hearing_distance": 3},
{"_type": "Animation", "scale": 0.1, "simple": true, "frames": 10, "speed": 1.0},
{"_type": "Sprite", "name": "rat_king"},
{"_type": "Sound", "attack": "sword_1", "death": "monster_16"}
]
},
"SPIDER_GIANT_HAIRY": {
"components": [
{"_type": "Tile", "display": "\u08ea",