{ "PLAYER_TILE": { "placement": "fixed", "components": [ {"_type": "Tile", "display": 10733, "foreground": "enemies/fg:player", "background": "color:transparent" }, {"_type": "Combat", "hp": 200, "max_hp": 200, "ap": 0, "max_ap": 12, "ap_delta": 6, "damage": 50, "dead": false}, {"_type": "Motion", "dx": 0, "dy": 0, "random": false}, {"_type": "Collision", "has": true}, {"_type": "EnemyConfig", "ai_script": "Host::actions", "ai_start_name": "Host::initial_state", "ai_goal_name": "Host::final_state"}, {"_type": "Personality", "hearing_distance": 5, "tough": false}, {"_type": "LightSource", "strength": 35, "radius": 2.0} ] }, "SPIDER_BOT": { "components": [ {"_type": "Tile", "display": 2220, "foreground": "enemies/fg:rat_giant", "background": "color:transparent" }, {"_type": "Combat", "hp": 50, "max_hp": 50, "ap": 0, "max_ap": 12, "ap_delta": 6,"damage": 2, "dead": false}, {"_type": "Collision", "has": true}, {"_type": "Motion", "dx": 0, "dy": 0, "random": false}, {"_type": "EnemyConfig", "ai_script": "Enemy::actions", "ai_start_name": "Enemy::initial_state", "ai_goal_name": "Enemy::final_state"}, {"_type": "Personality", "hearing_distance": 5, "tough": false}, {"_type": "Sprite", "name": "spider_bot", "scale": 1.0} ] } }