|
|
@ -6,7 +6,7 @@ |
|
|
|
"foreground": [255, 200, 125], |
|
|
|
"foreground": [255, 200, 125], |
|
|
|
"background": [30, 20, 75] |
|
|
|
"background": [30, 20, 75] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{"_type": "Combat", "hp": 200, "damage": 15, "dead": false}, |
|
|
|
{"_type": "Combat", "hp": 200, "max_hp": 200, "damage": 15, "dead": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "LightSource", "strength": 60, "radius": 1.8}, |
|
|
|
{"_type": "LightSource", "strength": 60, "radius": 1.8}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 5}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 5}, |
|
|
@ -19,7 +19,7 @@ |
|
|
|
"foreground": [131, 213, 238], |
|
|
|
"foreground": [131, 213, 238], |
|
|
|
"background": [30, 20, 75] |
|
|
|
"background": [30, 20, 75] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{"_type": "Combat", "hp": 20, "damage": 1, "dead": false}, |
|
|
|
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 1, "dead": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "LightSource", "strength": 40, "radius": 1.2}, |
|
|
|
{"_type": "LightSource", "strength": 40, "radius": 1.2}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 5}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 5}, |
|
|
@ -32,7 +32,7 @@ |
|
|
|
"foreground": [205, 164, 246], |
|
|
|
"foreground": [205, 164, 246], |
|
|
|
"background": [30, 20, 75] |
|
|
|
"background": [30, 20, 75] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{"_type": "Combat", "hp": 50, "damage": 10, "dead": false}, |
|
|
|
{"_type": "Combat", "hp": 50, "max_hp": 20, "damage": 50, "dead": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "Motion", "dx": 0, "dy": 0, "random": false}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 10}, |
|
|
|
{"_type": "EnemyConfig", "hearing_distance": 10}, |
|
|
|
{"_type": "Sprite", "name": "evil_eye"} |
|
|
|
{"_type": "Sprite", "name": "evil_eye"} |
|
|
|