Skip to content

Commit e8f2a09

Browse files
committed
Update Cata++ thanks to CV's work
1 parent df48bd1 commit e8f2a09

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

Kenan-Modpack/nocts_cata_mod_DDA/Char_creation/c_classes_r.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@
3939
],
4040
"entries": [
4141
{ "item": "knife_rambo", "container-item": "scabbard" },
42-
{
43-
"item": "light_disposable_cell",
44-
"ammo-item": "battery",
45-
"charges": 300,
46-
"container-item": "wearable_light"
47-
},
42+
{ "item": "light_disposable_cell", "ammo-item": "battery", "charges": 300, "container-item": "wearable_light" },
4843
{ "group": "charged_ref_lighter" }
4944
]
5045
},

Kenan-Modpack/nocts_cata_mod_DDA/Monsters/c_monster_drops.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@
1212
{ "group": "bio_weapon_power", "damage": [ 0, 1 ], "prob": 25 }
1313
]
1414
},
15+
{
16+
"id": "mon_fungus_failed_weapon_death_drops",
17+
"type": "item_group",
18+
"//": "Drops for fungal augmented abominations, secondary source of Marloss items.",
19+
"subtype": "collection",
20+
"entries": [
21+
{ "group": "weapon_hat", "damage": [ 1, 4 ] },
22+
{ "group": "weapon_suit", "damage": [ 1, 4 ] },
23+
{ "group": "weapon_badge", "damage": [ 0, 0 ] },
24+
{ "group": "weapom_feet", "damage": [ 1, 4 ] },
25+
{ "group": "bio_weapon_power", "damage": [ 0, 1 ], "prob": 25 },
26+
{
27+
"distribution": [
28+
{ "item": "marloss_berry", "prob": 50 },
29+
{ "item": "marloss_seed", "prob": 25 },
30+
{ "item": "marloss_gel", "prob": 25 }
31+
],
32+
"prob": 25
33+
}
34+
]
35+
},
1536
{
1637
"id": "apophis_bio_weapom_item",
1738
"type": "item_group",

Kenan-Modpack/nocts_cata_mod_DDA/Monsters/c_monsters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"anger_triggers": [ "FRIEND_DIED", "FRIEND_ATTACKED", "HURT", "STALK", "PLAYER_CLOSE" ],
218218
"fear_triggers": [ "FIRE" ],
219219
"placate_triggers": [ "PLAYER_WEAK" ],
220-
"death_drops": "wild_bio_weapom_item",
220+
"death_drops": "mon_fungus_failed_weapon_death_drops",
221221
"death_function": [ "ACID", "FUNGUS", "NORMAL" ],
222222
"flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "ELECTRIC", "ATTACKMON", "BASHES", "PUSH_MON", "PUSH_VEH", "FILTHY" ]
223223
},

0 commit comments

Comments
 (0)