-
Notifications
You must be signed in to change notification settings - Fork 0
/
monster_nether.json
44 lines (44 loc) · 1.45 KB
/
monster_nether.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"id": "mon_yugg_respawn",
"type": "MONSTER",
"name": { "str": "yugg" },
"description": "This is a huge, slimy worm-like creature. Its pale, flattened head drips an oily mucus as it searches for prey. Its pinkish mouth opens and closes, revealing long fangs glistening with ropey strands of saliva, which leave smoldering stains wherever they drip.",
"default_faction": "nether",
"looks_like": "mon_yugg",
"bodytype": "snake",
"species": [ "NETHER" ],
"diff": 10,
"volume": "875000 ml",
"weight": "200 kg",
"hp": 320,
"speed": 80,
"material": [ "flesh" ],
"symbol": "W",
"color": "white",
"aggression": 100,
"morale": 100,
"melee_skill": 6,
"melee_dice": 3,
"melee_dice_sides": 5,
"melee_damage": [ { "damage_type": "cut", "amount": 8 } ],
"dodge": 1,
"armor": { "bash": 6,"electric": 3 },
"bleed_rate": 50,
"harvest": "meatslug",
"special_attacks": [ { "type": "spell", "spell_data": { "id": "spell_gene_sting", "min_level": 5 }, "cooldown": 160 } ],
"flags": [ "SEES", "SMELLS", "HEARS", "BASHES", "DESTROYS", "POISON", "VENOM", "NO_BREATHE" ]
},
{
"id": "mon_hound_tindalos_respawn",
"type": "MONSTER",
"copy-from": "mon_hound_tindalos",
"looks_like": "mon_headless_dog_thing"
},
{
"id": "mon_hound_tindalos_respawn_afterimage",
"type": "MONSTER",
"copy-from": "mon_hound_tindalos_afterimage",
"looks_like": "mon_headless_dog_thing"
}
]