Skip to content

Commit

Permalink
Minor froggy edits (CleverRaven#68748)
Browse files Browse the repository at this point in the history
* factions + tadpole volume

* mongroups
  • Loading branch information
Karol1223 authored and Maleclypse committed Nov 16, 2023
1 parent ca871e8 commit 9523294
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions data/json/monstergroups/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"cost_multiplier": 5,
"conditions": [ "SPRING", "SUMMER", "AUTUMN" ]
},
{ "group": "GROUP_FROGS_FOREST", "weight": 300 }
{ "group": "GROUP_FROGS_FOREST", "weight": 10 }
]
},
{
Expand Down Expand Up @@ -372,8 +372,8 @@
},
{ "monster": "mon_diving_beetle_small", "weight": 4, "cost_multiplier": 10 },
{ "monster": "mon_water_scorpion", "weight": 4, "cost_multiplier": 10 },
{ "group": "GROUP_TADPOLES_RIVER", "weight": 200, "conditions": [ "SUMMER", "AUTUMN" ] },
{ "group": "GROUP_FROGS_RIVER", "weight": 150, "conditions": [ "SPRING", "SUMMER", "AUTUMN" ] }
{ "group": "GROUP_TADPOLES_RIVER", "weight": 25, "conditions": [ "SUMMER", "AUTUMN" ] },
{ "group": "GROUP_FROGS_RIVER", "weight": 15, "conditions": [ "SPRING", "SUMMER", "AUTUMN" ] }
]
},
{
Expand Down Expand Up @@ -425,8 +425,8 @@
"cost_multiplier": 2,
"conditions": [ "SPRING", "SUMMER", "AUTUMN" ]
},
{ "group": "GROUP_TADPOLES_SWAMP", "weight": 200, "pack_size": [ 3, 6 ] },
{ "group": "GROUP_FROGS_SWAMP", "weight": 250, "pack_size": [ 1, 3 ] }
{ "group": "GROUP_TADPOLES_SWAMP", "weight": 100, "pack_size": [ 3, 6 ] },
{ "group": "GROUP_FROGS_SWAMP", "weight": 100, "pack_size": [ 1, 3 ] }
]
},
{
Expand Down Expand Up @@ -547,7 +547,7 @@
{ "group": "GROUP_POND_FISH_2", "weight": 200, "cost_multiplier": 0 },
{ "monster": "mon_strider_small", "weight": 30, "cost_multiplier": 0, "pack_size": [ 3, 6 ] },
{ "monster": "mon_water_scorpion_larva", "weight": 30, "cost_multiplier": 0 },
{ "group": "GROUP_TADPOLES_ALL", "weight": 200, "cost_multiplier": 0, "pack_size": [ 3, 6 ] }
{ "group": "GROUP_TADPOLES_ALL", "weight": 75, "cost_multiplier": 0, "pack_size": [ 3, 6 ] }
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@
"type": "MONSTER",
"description": "The larval form of some species of frog. Soon enough it will undergo metamorphosis into its adult form.",
"name": { "str": "tadpole" },
"default_faction": "frog",
"default_faction": "fish",
"bodytype": "fish",
"categories": [ "WILDLIFE" ],
"species": [ "AMPHIBIAN" ],
"volume": "120 ml",
"volume": "25 ml",
"weight": "10 g",
"hp": 1,
"speed": 70,
Expand Down Expand Up @@ -544,7 +544,7 @@
"type": "MONSTER",
"description": "A hypothetical frog, if you're seeing this there's a problem.",
"name": { "str": "proxy frog" },
"default_faction": "frog",
"default_faction": "small_animal",
"bodytype": "frog",
"looks_like": "mon_frog",
"categories": [ "WILDLIFE" ],
Expand Down

0 comments on commit 9523294

Please sign in to comment.