Skip to content

Commit

Permalink
Lil more stuff
Browse files Browse the repository at this point in the history
* Spaced out effects of side effects of Chaotic Mending so pain has time to ramp up if you're a fungus.
* Updated Cata++ patchmod, since lasers have weapon categories in BN version, and arcana weapons can now be injected into Post-Human Combatives via categories.
  • Loading branch information
chaosvolt committed Apr 27, 2023
1 parent abaa72d commit 4efe164
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 26 deletions.
13 changes: 7 additions & 6 deletions Arcana/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,13 +1069,14 @@
"hypovolemia"
],
"rating": "good",
"max_duration": "5 s",
"base_mods": {
"rad_min": [ -25, 25 ],
"fatigue_min": [ 0, 50 ],
"health_min": [ 0, -10 ],
"h_mod_min": [ 0, -10 ],
"pain_min": [ 0, 10 ],
"hunger_min": [ 0, 25 ]
"rad_min": [ -5, 5 ],
"fatigue_min": [ 0, 10 ],
"health_min": [ 0, -2 ],
"h_mod_min": [ 0, -2 ],
"pain_min": [ 0, 2 ],
"hunger_min": [ 0, 5 ]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "DDA version, update 4/25/2023",
"version": "DDA version, update 4/27/2023",
"category": "content",
"dependencies": [ "dda" ]
}
Expand Down
4 changes: 2 additions & 2 deletions Arcana/spells/spells_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,8 +1757,8 @@
"max_damage": -50,
"effect": "attack",
"shape": "blast",
"min_duration": 100,
"max_duration": 100
"min_duration": 500,
"max_duration": 500
},
{
"id": "arcana_item_scroll_nature_regrowth",
Expand Down
13 changes: 7 additions & 6 deletions Arcana_BN/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -986,13 +986,14 @@
"resist_traits": [ "THRESH_MARLOSS", "THRESH_MYCUS" ],
"removes_effects": [ "blind", "deaf", "infected", "bite", "bleed", "poison", "badpoison", "spores", "fungus" ],
"rating": "good",
"max_duration": "5 s",
"base_mods": {
"rad_min": [ -25, 25 ],
"fatigue_min": [ 0, 50 ],
"health_min": [ 0, -10 ],
"h_mod_min": [ 0, -10 ],
"pain_min": [ 0, 10 ],
"hunger_min": [ 0, 25 ]
"rad_min": [ -5, 5 ],
"fatigue_min": [ 0, 10 ],
"health_min": [ 0, -2 ],
"h_mod_min": [ 0, -2 ],
"pain_min": [ 0, 2 ],
"hunger_min": [ 0, 5 ]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Arcana_BN/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "BN version, update 4/26/2023",
"version": "BN version, update 4/27/2023",
"category": "content",
"dependencies": [ "bn" ]
}
Expand Down
4 changes: 2 additions & 2 deletions Arcana_BN/spells/spells_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -1667,8 +1667,8 @@
"min_damage": -25,
"max_damage": -50,
"effect": "target_attack",
"min_duration": 100,
"max_duration": 100
"min_duration": 500,
"max_duration": 500
},
{
"id": "arcana_item_scroll_nature_regrowth",
Expand Down
7 changes: 0 additions & 7 deletions Patchmods/BN_Arcana_Cata++_Patch/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"name": { "str": "Shrike's Talons" },
"extend": { "weapons": [ "unbio_claws_weapon", "flesh_knife", "flesh_blade", "c_mi_go_claw_salvaged" ] }
},
{
"id": "style_mut_com",
"copy-from": "style_mut_com",
"type": "martial_art",
"name": { "str": "Post-Human Combatives" },
"extend": { "weapons": [ "lucern_hexenhammer", "veilblade", "stormbringer", "stormbringer_on" ] }
},
{
"id": "style_veil_chosen",
"copy-from": "style_veil_chosen",
Expand Down
1 change: 1 addition & 0 deletions Patchmods/BN_Arcana_Cata++_Patch/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"type": "GENERIC",
"category": "weapons",
"weapon_category": [ "FIST_WEAPONS" ],
"id": "unbio_kinetic_amplifier_weapon",
"name": { "str_sp": "salvaged kinetic amplifier" },
"description": "A band of steel worn over the knuckles, etched with strange markings. Salvaged from a CBM. When used as an unarmed weapon, it can give your strikes the ability to send victims flying, with amplified damage and armor penetration. Its impacts have a chance of letting loose a blinding flashbang effect, making this weapon a double-edged sword without protection.",
Expand Down
2 changes: 1 addition & 1 deletion Patchmods/BN_Arcana_Cata++_Patch/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana</color>/<color_light_green>Cata++</color> Patchmod",
"authors": [ "Chaosvolt", "Noctifer" ],
"description": "Optional patch mod that allows content in Arcana and Cataclysm++ to interact with each other.",
"version": "BN version, update 4/9/2023",
"version": "BN version, update 4/26/2023",
"category": "misc_additions",
"dependencies": [ "bn", "Arcana", "Cata++" ]
}
Expand Down
2 changes: 2 additions & 0 deletions Patchmods/BN_Arcana_Cata++_Patch/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"symbol": "(",
"looks_like": "v29",
"color": "magenta",
"weapon_category": [ "PISTOLS", "ENERGY_WEAPONS" ],
"name": { "str": "salvaged electrothermal arc pistol" },
"description": "An exotic bionic ranged weapon converted to use as a pistol, powered by UPS. Fires bolts of exotic energy that bounces between targets, electrocuting with explosive bursts of lightning and immolating anything it hits.",
"price": "8500 USD",
Expand All @@ -29,6 +30,7 @@
"symbol": "(",
"looks_like": "v29",
"color": "magenta",
"weapon_category": [ "PISTOLS", "ENERGY_WEAPONS" ],
"name": { "str": "salvaged rift focus pistol" },
"description": "An exotic bionic ranged weapon converted to use as a pistol, powered by UPS. Capable of creating small holes in reality, focusing them into beams of supernatural energy. Reasonably potent with good range, but utterly useless against robotic targets, and some otherworldly monsters are also immune to it.",
"price": "9400 USD",
Expand Down

0 comments on commit 4efe164

Please sign in to comment.