Skip to content

Commit

Permalink
Add Smoother than Oil
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 4, 2024
1 parent 464dd74 commit 5734a94
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
14 changes: 7 additions & 7 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2459,13 +2459,13 @@
"desc": [ "Now they will know why they fear the night." ],
"rating": "good",
"limb_score_mods": [
{ "limb_score": "balance", "modifier": 1.2 },
{ "limb_score": "breathing", "modifier": 1.5 },
{ "limb_score": "lift", "modifier": 1.25 },
{ "limb_score": "grip", "modifier": 1.25 },
{ "limb_score": "reaction", "modifier": 1.35 },
{ "limb_score": "block", "modifier": 1.3 },
{ "limb_score": "vision", "modifier": 1.5 }
{ "limb_score": "balance", "modifier": 1.1 },
{ "limb_score": "breathing", "modifier": 1.3 },
{ "limb_score": "lift", "modifier": 1.1 },
{ "limb_score": "grip", "modifier": 1.15 },
{ "limb_score": "reaction", "modifier": 1.2 },
{ "limb_score": "block", "modifier": 1.1 },
{ "limb_score": "vision", "modifier": 1.35 }
],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ]
},
Expand Down
26 changes: 21 additions & 5 deletions data/mods/Xedra_Evolved/mutations/xe_lilin.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,21 @@
"category": [ "LILIN" ],
"spells_learned": [ [ "lilin_avoid_sleep_spell", 1 ] ]
},
{
"type": "mutation",
"id": "LILIN_BONUS_PERSUASION",
"name": { "//~": "This is a reference to Proverbs 5:3", "str": "Smoother than Oil" },
"points": 2,
"description": "Your presence is intoxicating, and humans have a hard time resisting your charms. You gain a bonus to your persuasion chance.",
"prereqs": [ "PRETTY", "BEAUTIFUL" ],
"category": [ "LILIN" ],
"enchantments": [
{
"condition": "ALWAYS",
"values": [ { "value": "SOCIAL_PERSUADE", "add": { "math": [ "12 + (12 * u_has_trait('THRESH_LILIN')" ] } } ]
}
]
},
{
"type": "mutation",
"id": "LILIN_AOE_LINE_DISEASE",
Expand Down Expand Up @@ -187,7 +202,8 @@
"description": "You can use your powers to spin a web of illusion around yourself, increasing your attractiveness to a supernatural degree. While the harsh light of the sun destroys the illusion, you need merely to move back into the shadows to restore it.",
"points": 2,
"purifiable": false,
"prereqs": [ "PRETTY", "BEAUTIFUL" ],
"prereqs": [ "BEAUTIFUL" ],
"prereqs2": [ "LILIN_BONUS_PERSUASION" ],
"category": [ "LILIN" ],
"changes_to": [ "LILIN_TEMPORARY_GLORIOUS_2" ],
"active": true,
Expand Down Expand Up @@ -543,20 +559,20 @@
{
"type": "mutation",
"id": "LILIN_RUACH_EFFICIENCY",
"name": { "str": "Grasping at Heaven" },
"name": { "//~": "This is a reference to Proverbs 23:5", "str": "Glancing at Riches" },
"description": "You've learned how to more efficiently use your ruach, greedily keeping some behind for yourself when you activate your powers. Powers that cost ruach have their initial and periodic costs reduced by 15%. This does not reduce the continual ruach cost of staying alive.",
"points": 5,
"starting_trait": false,
"purifiable": false,
"prereqs": [ "LILIN_HOLD_MORE_RUACH_2", "LILIN_HOLD_MORE_RUACH_3" ],
"prereqs": [ "LILIN_HOLD_MORE_RUACH", "LILIN_HOLD_MORE_RUACH_2", "LILIN_HOLD_MORE_RUACH_3" ],
"prereqs2": [ "LILIN_GAIN_MORE_FOCUS" ],
"changes_to": [ "LILIN_RUACH_EFFICIENCY_UPGRADE" ],
"category": [ "LILIN" ]
},
{
"type": "mutation",
"id": "LILIN_RUACH_EFFICIENCY_UPGRADE",
"name": { "str": "Climbing Babel" },
"id": "LILIN_RUACH_EFFICIENCY_UPGRADE_2",
"name": { "//~": "This is a reference to Jeremiah 5:27", "str": "Like a Cage Full of Birds" },
"description": "You jealously parcel out your ruach, only spending exactly as much as you need and no more. Powers that cost ruach have their initial and periodic costs reduced by 15%, with an additional reduction that grows based on your total amount of ruach, to a maximum reduction of 33%. This does not reduce the continual ruach cost of staying alive.",
"points": 10,
"starting_trait": false,
Expand Down

0 comments on commit 5734a94

Please sign in to comment.