Skip to content

Commit

Permalink
song tooltip changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 25, 2024
1 parent 3715609 commit 9036571
Showing 1 changed file with 31 additions and 19 deletions.
50 changes: 31 additions & 19 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1727296942678,
"savedAt": 1727298497878,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -2172210,6 +2172210,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "PowerBalladSong",
"_gameId": "PowerBalladSong",
"all": {
Expand All @@ -2172220,10 +2172221,10 @@
},
"effect": {
"tooltip": {
"name": "Power Ballad Song",
"name": "Power Ballad",
"color": "",
"bgColor": "",
"desc": "Song. Boosting nearby allies offense. Cost: 5 Stealth/round"
"desc": "Song. +%potency STR/INT/WIS to nearby allies."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172238,7 +2172239,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2172298,6 +2172300,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "WistfulFugueSong",
"_gameId": "WistfulFugueSong",
"all": {
Expand All @@ -2172308,10 +2172311,10 @@
},
"effect": {
"tooltip": {
"name": "Wistful Fugue Song",
"name": "Wistful Fugue",
"color": "",
"bgColor": "",
"desc": "Song. Lowering nearby enemies defense."
"desc": "Song. -%potency AGI/DEX/WIL to nearby enemies."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172326,7 +2172329,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2172386,6 +2172390,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "DeadlyDirgeSong",
"_gameId": "DeadlyDirgeSong",
"all": {
Expand All @@ -2172396,10 +2172401,10 @@
},
"effect": {
"tooltip": {
"name": "Deadly Dirge Song",
"name": "Deadly Dirge",
"color": "",
"bgColor": "",
"desc": "Song. Damaging nearby enemies."
"desc": "Song. Damaging nearby enemies for %potency sonic damage every tick."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172414,7 +2172419,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2172502,6 +2172508,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "TranquilTrillSong",
"_gameId": "TranquilTrillSong",
"all": {
Expand All @@ -2172512,10 +2172519,10 @@
},
"effect": {
"tooltip": {
"name": "Tranquil Trill Song",
"name": "Tranquil Trill",
"color": "",
"bgColor": "",
"desc": "Song. Healing nearby allies."
"desc": "Song. Healing nearby allies for %potency health every tick."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172530,7 +2172537,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2172618,6 +2172626,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "AriaOfRefugeSong",
"_gameId": "AriaOfRefugeSong",
"all": {
Expand All @@ -2172628,10 +2172637,10 @@
},
"effect": {
"tooltip": {
"name": "Aria Of Refuge Song",
"name": "Aria Of Refuge",
"color": "",
"bgColor": "",
"desc": "Song. Boosting nearby allies resistance."
"desc": "Song. +%potency physical and magical resist."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172646,7 +2172655,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down Expand Up @@ -2172734,6 +2172744,7 @@
"_hasTrait": true,
"_hasEffect": true,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "NightmareSerenadeSong",
"_gameId": "NightmareSerenadeSong",
"all": {
Expand All @@ -2172744,10 +2172755,10 @@
},
"effect": {
"tooltip": {
"name": "Nightmare Serenade Song",
"name": "Nightmare Serenade",
"color": "",
"bgColor": "",
"desc": "Song. Lowering nearby enemies resistance."
"desc": "Song. -%potency physical/magical resist to nearby enemies."
},
"effect": {
"type": "outgoing",
Expand All @@ -2172762,7 +2172773,8 @@
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {
Expand Down

0 comments on commit 9036571

Please sign in to comment.