Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Great Beaked Toad #66340

Closed
46 changes: 44 additions & 2 deletions data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,9 @@
"id": "mon_toad",
"type": "MONSTER",
"name": { "str": "toad" },
"description": "Toads are a diverse and varied family of amphibians sister to frogs. Very distinguishable for their warty and dry skin.",
"description": "Toads are a largely colloquial grouping of frogs. Distinguished by their warty and dry skin.",
"copy-from": "mon_frog",
"upgrades": { "half_life": 34, "into": "mon_toad_small" },
TheSaddestGoomba marked this conversation as resolved.
Show resolved Hide resolved
"reproduction": { "baby_egg": "egg_toad", "baby_count": 8, "baby_timer": 26 }
},
{
Expand Down Expand Up @@ -391,6 +392,47 @@
"special_attacks": [ { "type": "leap", "cooldown": 10, "move_cost": 0, "max_range": 10, "min_consider_range": 2 } ],
"anger_triggers": [ "STALK", "PLAYER_WEAK", "PLAYER_CLOSE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "SWIMS" ],
"armor": { "bash": 4 }
"armor": { "bash": 4 },
"upgrades": { "half_life": 65, "into": "mon_toad_beak" }
},
{
"id": "mon_toad_beak",
"type": "MONSTER",
"name": { "str": "great beaked toad" },
"description": "This massive toad's jawbones have grown out from its lips into a powerful beak, large enough to snap a bicycle in two. A pale fluid oozes from the creatures face and mouth. The swollen lumps behind its large eyes hint at this fluid's toxic nature.",
"default_faction": "frog",
"bodytype": "frog",
"categories": [ "WILDLIFE" ],
"species": [ "AMPHIBIAN" ],
"volume": "150 L",
"weight": "200 kg",
"hp": 200,
"speed": 80,
"symbol": "B",
"color": "brown",
"aggression": 10,
"morale": 100,
"melee_skill": 5,
"melee_dice": 2,
TheSaddestGoomba marked this conversation as resolved.
Show resolved Hide resolved
"melee_dice_sides": 12,
"melee_damage": [ { "damage_type": "cut", "amount": 2, "armor_multiplier": 0.5 } ],
"dodge": 1,
"harvest": "mutant_animal_large_noskin",
"path_settings": { "max_dist": 5 },
"special_attacks": [
{
"id": "bite_grab",
"cooldown": 10,
"accuracy": 6,
"damage_max_instance": [
{ "damage_type": "cut", "amount": 16, "armor_multiplier": 0.3 },
{ "damage_type": "bash", "amount": 8, "armor_multiplier": 0.3 }
]
},
{ "type": "leap", "cooldown": 10, "move_cost": 0, "max_range": 10, "min_consider_range": 2 }
],
"anger_triggers": [ "STALK", "PLAYER_WEAK", "PLAYER_CLOSE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "GRABS", "VENOM" ],
TheSaddestGoomba marked this conversation as resolved.
Show resolved Hide resolved
"armor": { "bash": 6 }
}
]