|
1 | 1 | [
|
2 |
| - |
| 2 | + { |
| 3 | + "id": "mon_fallout_ghoul", |
| 4 | + "type": "MONSTER", |
| 5 | + "name": { "str": "feral ghoul" }, |
| 6 | + "description": "Long before the cataclysm, this used to be a normal person, but now they are burned beyond recognition by radiation, this one seems uncivilized and feral.", |
| 7 | + "default_faction": "ghoul", |
| 8 | + "species": [ "ZOMBIE" ], |
| 9 | + "volume": "200 ml", |
| 10 | + "weight": "407 g", |
| 11 | + "hp": 56, |
| 12 | + "speed": 110, |
| 13 | + "material": [ "flesh" ], |
| 14 | + "symbol": "g", |
| 15 | + "color": "red", |
| 16 | + "aggression": 100, |
| 17 | + "morale": 5, |
| 18 | + "melee_dice": 6, |
| 19 | + "melee_dice_sides": 7, |
| 20 | + "harvest": "zombie", |
| 21 | + "death_function": [ "NORMAL" ], |
| 22 | + "flags": [ "SEES", "SMELLS", "SWARMS", "SWIMS" ] |
| 23 | + }, |
| 24 | + { |
| 25 | + "id": "mon_radghoul", |
| 26 | + "type": "MONSTER", |
| 27 | + "name": { "str": "Glowing One" }, |
| 28 | + "description": "This ghoul was engulfed by the radiation that created it, and as a result is uneffected by radiation.", |
| 29 | + "default_faction": "ghoul", |
| 30 | + "species": [ "ZOMBIE" ], |
| 31 | + "volume": "600 ml", |
| 32 | + "weight": "900 g", |
| 33 | + "hp": 137, |
| 34 | + "speed": 97, |
| 35 | + "material": [ "flesh" ], |
| 36 | + "symbol": "G", |
| 37 | + "color": "green", |
| 38 | + "aggression": 100, |
| 39 | + "morale": 7, |
| 40 | + "melee_dice": 8, |
| 41 | + "melee_dice_sides": 8, |
| 42 | + "luminance": 120, |
| 43 | + "harvest": "zombie", |
| 44 | + "death_function": [ "NORMAL" ], |
| 45 | + "flags": [ "SEES", "SMELLS", "SWIMS", "POISON" ] |
| 46 | + }, |
| 47 | + { |
| 48 | + "id": "mon_scorched", |
| 49 | + "type": "MONSTER", |
| 50 | + "name": { "str": "scorched" }, |
| 51 | + "description": "This was a human until it succumbed to the scorched plague, now it is a walking husk, it seems to have remembered how to use weapons.", |
| 52 | + "default_faction": "ghoul", |
| 53 | + "species": [ "ZOMBIE" ], |
| 54 | + "volume": "620 ml", |
| 55 | + "weight": "345 g", |
| 56 | + "hp": 87, |
| 57 | + "speed": 98, |
| 58 | + "material": [ "flesh" ], |
| 59 | + "symbol": "S", |
| 60 | + "color": "red", |
| 61 | + "aggression": 100, |
| 62 | + "morale": 10, |
| 63 | + "melee_dice": 5, |
| 64 | + "melee_dice_sides": 7, |
| 65 | + "melee_cut": 9, |
| 66 | + "dodge": 9, |
| 67 | + "harvest": "human", |
| 68 | + "anger_triggers": [ "PLAYER_CLOSE", "FRIEND_DIED", "FRIEND_ATTACKED", "HURT" ], |
| 69 | + "death_function": [ "NORMAL" ], |
| 70 | + "death_drops": "scorched_drops", |
| 71 | + "flags": [ "HEARS", "SEES", "SWIMS", "GRABS", "PATH_AVOID_DANGER_2" ] |
| 72 | + } |
3 | 73 | ]
|
0 commit comments