Skip to content

Commit

Permalink
factions for the faction god
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Dec 6, 2024
1 parent f5e5dc1 commit bb6e15b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/mods/TropiCataclysm/monsters/tropical_bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "MONSTER",
"name": { "str": "greater rhea" },
"description": "A distant relative of emus and African ostriches. Found in the grasslands and various other open regions of South America.",
"default_faction": "herbivore",
"copy-from": "mon_bird_flightless_base",
"default_faction": "herbivore",
"volume": "42670 ml",
"weight": "32 kg",
"hp": 50,
Expand Down Expand Up @@ -63,6 +63,7 @@
"name": { "str": "white-eyed parakeet" },
"description": "A small bird with bright green-colored plumage and a short hooked beak. This species is widespread throughout all of South America, on top of being quite intelligent and sometimes kept as pets.",
"copy-from": "mon_bird_flying_base",
"default_faction": "bird_tiny_flying",
"volume": "220 ml",
"weight": "165 g",
"color": "light_green",
Expand Down Expand Up @@ -110,6 +111,7 @@
"name": { "str": "saffron finch", "str_pl": "saffron finches" },
"description": "A tiny, golden bird bopping around in the canopy of trees. Its cone-shaped bill tells you it s a seed eater.",
"copy-from": "mon_bird_flying_base",
"default_faction": "bird_tiny_flying",
"color": "yellow",
"volume": "27 ml",
"weight": "20 g",
Expand All @@ -128,6 +130,7 @@
"name": { "str": "great kiskadee" },
"description": "This large flycatcher has a black crown, prominent white eye stripe and a dominantly yellow body. At almost a foot long, it swoops up a variety of flying insects.",
"copy-from": "mon_bird_flying_base",
"default_faction": "bird_tiny_flying",
"color": "yellow",
"volume": "80 ml",
"weight": "60 g",
Expand All @@ -146,6 +149,7 @@
"name": { "str": "rufous hornero" },
"description": "A drab, robin-sized ground bird with startling red eyes. More often spotted are their odd oven shaped nests.",
"copy-from": "mon_bird_flying_base",
"default_faction": "bird_tiny_flying",
"volume": "60 ml",
"weight": "45 g",
"reproduction": { "baby_type": { "baby_egg": "egg_rufous_hornero" }, "baby_count": 4, "baby_timer": 44 }
Expand All @@ -162,6 +166,7 @@
"name": { "str": "small-billed tinamou" },
"description": "One of several species of tinamous present in Brazil. Although these birds converged into shapes similar to domestic fowl, they are more closely related to the extinct moas, though unlike them, tinamous are capable of flight.",
"copy-from": "mon_bird_flying_base",
"default_faction": "bird_tiny_flying",
"volume": "135 ml",
"weight": "100 g",
"reproduction": { "baby_type": { "baby_egg": "egg_tinamou" }, "baby_count": 4, "baby_timer": 45 },
Expand Down

0 comments on commit bb6e15b

Please sign in to comment.