-
Notifications
You must be signed in to change notification settings - Fork 0
/
bumblecat_monster.json
41 lines (41 loc) · 1.7 KB
/
bumblecat_monster.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
{
"id": "mon_bumblecat",
"type": "MONSTER",
"name": { "str": "Bumblecat" },
"description": "A strange hybrid creature that looks like a cross between a bee and a cat. Its furry body is covered in black and yellow stripes, and its eyes gleam with an otherworldly intelligence.",
"default_faction": "cat",
"bodytype": "dog",
"categories": [ "WILDLIFE" ],
"species": [ "MAMMAL", "INSECT" ],
"volume": "4000 ml",
"weight": "4 kg",
"hp": 12,
"speed": 150,
"material": [ "flesh" ],
"symbol": "b",
"color": "yellow",
"aggression": -99,
"morale": 2,
"melee_skill": 7,
"melee_dice": 1,
"melee_dice_sides": 2,
"melee_damage": [ { "damage_type": "electric", "amount": 4, "armor_penetration": 1, "armor_multiplier": 1.2, "damage_multiplier": 1.4 } ],
"dodge": 10,
"//": "Their fur keeps them warm",
"armor_cold": 2,
"vision_day": 40,
"vision_night": 20,
"special_attacks": [ { "id": "sting", "attack_strength": 8, "range": 2, "miss_msg_u": "The Bumblecat misses you with its stinger!", "move_cost": 80, "cooldown": 10 } ],
"flags": [ "SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "CANPLAY", "CLIMBS", "PATH_AVOID_DANGER_1", "WARM", "HIT_AND_RUN", "FLIES", "STUMBLES" ],
"fear_triggers": [ "SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED" ],
"placate_triggers": [ "PLAYER_WEAK" ],
"harvest": "cat_small_with_skull",
"dissect": "dissect_feline_sample_single",
"families": [ "prof_intro_biology" ],
"reproduction": { "baby_monster": "mon_bumblecat_kitten", "baby_count": 4, "baby_timer": 60 },
"petfood": {
"food": [ "CATFOOD" ],
"feed": "The %s seems to like you! Or maybe it just tolerates your presence better. It's hard to tell with felines.",
"pet": "The %s softly purrs as you pet it. It demands more."
}
}