Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Burmistrov <[email protected]>
  • Loading branch information
John-Candlebury and Anton Burmistrov authored Nov 15, 2024
1 parent cd51885 commit 7517a2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/mods/Perk_melee/PERKS/insight.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "mutation",
"id": "MELEE_PERK_INSIGHT_INFINITE",
"copy-from": "MELEE_PERK_BASE",
"name": { "str": "The psychic sea" },
"name": { "str": "The Psychic Sea" },
"description": "You can accumulate an infinite number of insight stacks.",
"flags": "MELEE_PERK_INSIGHT_INFINITE"
},
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Perk_melee/PERKS/perks.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"type": "mutation",
"id": "MELEE_PERK_MOVING_DODGE",
"copy-from": "MELEE_PERK_BASE",
"name": { "str": "Flowing retreat" },
"name": { "str": "Flowing Retreat" },
"description": "You'll attempt to move away from your attackers when you successfully dodge an attack. You'll gain a momentum stack if you can normally gain them.",
"flags": "MELEE_PERK_MOVING_DODGE"
},
{
"type": "mutation",
"id": "MELEE_PERK_RIPOSTE",
"copy-from": "MELEE_PERK_BASE",
"name": { "str": "Counter strikes" },
"name": { "str": "Counter Strikes" },
"description": "You gain +1 accuracy for two turns after a successful block.",
"flags": "MELEE_PERK_RIPOSTE"
},
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Perk_melee/PERKS/tempo.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "mutation",
"id": "MELEE_PERK_TEMPO_THROW",
"copy-from": "MELEE_PERK_BASE",
"name": { "str": "Measured throws" },
"name": { "str": "Measured Throws" },
"description": "Your throwing attacks deal 100% more damage for every combat tempo stack you have.",
"enchantments": [
{
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Perk_melee/enchantments.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{
"value": "RANGE_DODGE",
"add": {
"math": [ "u_effect_intensity('mabuff:buff_perk_momentum') > 4 ? u_val('dexterity') * 0.05 : u_val('dexterity') * 0.01" ]
"math": [ "u_effect_intensity('mabuff:buff_perk_momentum') > 4 ? u_val('dexterity') * 0.05 : u_val('dexterity') * 0.01" ]
}
}
]
Expand Down

0 comments on commit 7517a2a

Please sign in to comment.