Skip to content

Commit

Permalink
TropiCata: More Tropical Fishes (CleverRaven#57242)
Browse files Browse the repository at this point in the history
* Update tropical_fish.json

added some more species of tropical fish

* Update tropical_fish.json

* Update wilderness.json

added the new fishes to river spawns

* Update wilderness.json

lint fixes

* Update tropical_fish.json

plural naming fixes

* Update tropical_fish.json

* Update tropical_fish.json

* Update tropical_fish.json
  • Loading branch information
Xaritscin authored Apr 29, 2022
1 parent 30d6952 commit 8c4fc2a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/mods/TropiCataclysm/monstergroups/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,13 @@
{ "monster": "mon_fish_pacu_giant", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 4 ] },
{ "monster": "mon_fish_piranha", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_arowana", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_arapaima", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }
{ "monster": "mon_fish_arapaima", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_piraiba", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_pleco", "weight": 6, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_stingray", "weight": 6, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_tucunare", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_discus", "weight": 6, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
{ "monster": "mon_fish_angelfish", "weight": 6, "cost_multiplier": 3, "pack_size": [ 1, 3 ] }
]
},
{
Expand Down
52 changes: 52 additions & 0 deletions data/mods/TropiCataclysm/monsters/tropical_fish.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,57 @@
"copy-from": "mon_fish_huge",
"name": { "str": "arapaima" },
"description": "A member of the Arapaimidae family. These fishes can be found on South America and Africa, some species can grow to truly huge sizes."
},
{
"id": "mon_fish_piraiba",
"type": "MONSTER",
"copy-from": "mon_fish_huge",
"name": { "str": "piraiba" },
"description": "A huge species of south american catfish native to the Amazon and Orinoco rivers, they can reach almost 3 meters in length."
},
{
"id": "mon_fish_pleco",
"type": "MONSTER",
"copy-from": "mon_fish_small",
"name": { "str": "pleco" },
"description": "A catfish species native to South America, Panama and even Costa Rica. They are distinguished by their bony spines and suction adapted mouths."
},
{
"id": "mon_fish_stingray",
"type": "MONSTER",
"copy-from": "mon_fish_small",
"name": { "str": "river stingray" },
"description": "A fish of the Potamotrygonidae family. These freshwater stingrays are found mostly in South America with a few bred in other parts of the world.",
"aggression": -50,
"morale": 60,
"melee_skill": 5,
"melee_dice": 1,
"melee_dice_sides": 4,
"melee_cut": 4,
"anger_triggers": [ "HURT", "PLAYER_CLOSE" ],
"fear_triggers": [ "PLAYER_CLOSE" ],
"placate_triggers": [ "PLAYER_WEAK" ],
"flags": [ "FISHABLE", "SEES", "SMELLS", "SWIMS", "AQUATIC", "WATER_CAMOUFLAGE", "BADVENOM" ]
},
{
"id": "mon_fish_tucunare",
"type": "MONSTER",
"copy-from": "mon_fish_large",
"name": { "str": "tucunare" },
"description": "A vicious predatory cichlid found along the northern tributaries of South America from Panama to the Amazon. Very sought among sport fishing enthusiasts."
},
{
"id": "mon_fish_discus",
"type": "MONSTER",
"copy-from": "mon_fish_tiny",
"name": { "str": "discus", "str_pl": "discuses" },
"description": "A round and colorful genus of fish native to the Amazon river basin. Very popular in aquariums but expensive to mantain in captivity."
},
{
"id": "mon_fish_angelfish",
"type": "MONSTER",
"copy-from": "mon_fish_tiny",
"name": { "str": "angelfish", "str_pl": "angelfishes" },
"description": "A genus of freshwater fish with a triangular shape native to South America. Unrelated to the marine angel fishes and known to be semi aggressive in captivity."
}
]

0 comments on commit 8c4fc2a

Please sign in to comment.