Skip to content

Commit

Permalink
Apply new factions to frogs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaddestGoomba committed Jul 13, 2024
1 parent 76b2613 commit 4d3872e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@
"type": "MONSTER",
"name": { "str": "staticskin frog" },
"description": "Bioluminescent trails trace through the dark speckled patterns on this oversized frog's skin. What would be cleanly defined spots on another frog, are instead fragmented collages of grey and black pigment over pale skin. Its vestigial gills have grown into something else. You can see them bulging the flesh under its mouth.",
"default_faction": "frog_static",
"copy-from": "mon_proxy_bigfrog",
"volume": "30 L",
"weight": "20 kg",
Expand All @@ -861,6 +862,7 @@
"type": "MONSTER",
"name": { "str": "greasy stinktoad" },
"description": "This lumpy oversized toad is a real stinker! A miasma like rotted onions coated in rancid peanut butter surrounds it. Even approaching it makes your eyes water and your throat tighten until you're coughing to catch breath. It doesn't help that its leathery skin looks to be coated in a thick greasy substance, no doubt related to the creature's horrid odor.",
"default_faction": "frog_foul",
"copy-from": "mon_proxy_bigfrog",
"volume": "30 L",
"weight": "20 kg",
Expand Down Expand Up @@ -903,6 +905,7 @@
"type": "MONSTER",
"name": { "str": "jumbo treefrog" },
"description": "On, thick over-proportioned legs this large treefrog slings its weight with notable force. It doesn't seem a danger, but its size is still cause for concern. Even scrunched up, it is as large as a Thanksgiving turkey.",
"default_faction": "frog_passive",
"copy-from": "mon_proxy_bigfrog",
"volume": "20 L",
"weight": "14 kg",
Expand Down Expand Up @@ -948,6 +951,7 @@
"type": "MONSTER",
"name": { "str": "wailing treefrog" },
"description": "Now the size of a dog, this tan, speckled tree frog will not stop making noise. Its increased size has only boosted its volume. It belts out sound in a relentless series of piercing, grinding chirps.",
"default_faction": "frog_passive",
"copy-from": "mon_jumbo_bigfrog",
"special_attacks": [
[ "PARROT", 30 ],
Expand Down Expand Up @@ -979,6 +983,7 @@
"type": "MONSTER",
"name": { "str": "mimic treefrog" },
"description": "You've seen enough to gather that this is a frog with some very specialized camouflage. Its skin appears able to reactively change texture and color to match its surroundings. Like a morphing ghillie suit it can extend filaments to mimic individual leaves and blades of grass. It is keen enough to match the swaying of brush in the wind.",
"default_faction": "frog_passive",
"copy-from": "mon_jumbo_bigfrog",
"speed": 130,
"color": "light_gray",
Expand All @@ -995,7 +1000,7 @@
"type": "MONSTER",
"name": { "str": "giant proxy frog" },
"description": "This frog is much too big to be real, must be a bug",
"default_faction": "frog",
"default_faction": "frog_megavore",
"bodytype": "frog",
"species": [ "AMPHIBIAN" ],
"volume": "240 L",
Expand Down Expand Up @@ -1092,6 +1097,7 @@
"type": "MONSTER",
"name": { "str": "taser tongue" },
"description": "This pale, trash can-sized frog sports a series of faintly glowing spots among its chaotic skin patterns. The glow seems most concentrated around its unusually bulky neck and mouth. Its dark eyes scan for an appetizing target.",
"default_faction": "frog_static",
"copy-from": "mon_proxy_giganfrog",
"volume": "200 L",
"weight": "180 kg",
Expand Down Expand Up @@ -1140,6 +1146,7 @@
"type": "MONSTER",
"name": { "str": "giant hogtoad" },
"description": "This large, odious, boar-sized toad shares some features with its namesake. It grunts, roots and wallows, but more striking are the dense tusk-like growths sprouting from its face and jaw. Though they seem to be most effective for burrowing and protection, in places they come to curved points that look quite sharp.",
"default_faction": "frog_foul",
"copy-from": "mon_proxy_giganfrog",
"speed": 100,
"symbol": "G",
Expand Down Expand Up @@ -1183,7 +1190,7 @@
"type": "MONSTER",
"name": { "str": "mega proxy frog" },
"description": "You can only imagine the size of the (de)bugs that drew out this enormous frog",
"default_faction": "frog",
"default_faction": "frog_megavore",
"bodytype": "frog",
"species": [ "AMPHIBIAN" ],
"volume": "650 L",
Expand Down Expand Up @@ -1290,6 +1297,7 @@
"type": "MONSTER",
"name": { "str": "great beaked toad" },
"description": "This massive toad's jaw bones have grown out from its lips into a powerful beak, large enough to snap a bicycle in two. The bony growths extend to its face, ringing its eyes and shielding its parotoid glands, swollen with poison. Though intimidating, it appears more interested in a soothing mud bath than anything violent.",
"default_faction": "frog_foul",
"copy-from": "mon_proxy_megafrog",
"volume": "325 L",
"weight": "400 kg",
Expand Down

0 comments on commit 4d3872e

Please sign in to comment.