Skip to content

Commit

Permalink
fix transmute
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 20, 2024
1 parent 34aa263 commit 30ac1b6
Showing 1 changed file with 74 additions and 18 deletions.
92 changes: 74 additions & 18 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": 1726834113374
"savedAt": 1726843814235
},
"npcs": [
{
Expand Down Expand Up @@ -2172744,21 +2172744,66 @@
}
},
{
"_id": "01917b2f-2865-7bbd-a9b8-a429dd935ad6",
"_hasSpell": true,
"_hasTrait": true,
"_hasEffect": false,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "Transmute",
"_gameId": "Transmute",
"all": {
"desc": "Convert the items on the chosen tile to gold. Cost: 15 MP",
"icon": "coins-pile",
"color": "#665600"
"color": "#665600",
"bgColor": ""
},
"effect": {
"tooltip": {
"name": "",
"color": "",
"bgColor": "",
"desc": ""
},
"effect": {
"duration": 0,
"durationScaleStat": "int",
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": false,
"unique": true,
"doesTick": false,
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {},
"spriteChange": -1
}
},
"effectMeta": {}
},
"macro": {
"name": "",
"macro": "",
"color": "",
"bgColor": "",
"mode": "clickToTarget",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"spell": {
"damageClass": "energy",
"mpCost": 15,
"spellName": "",
"maxSkillForGain": 20,
"mpCost": 15,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
Expand All @@ -2172777,17 +2172822,26 @@
4
]
],
"spellMeta": {}
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": [],
"linkedEffectName": null,
"targetsCaster": true
},
"damageClass": "energy"
},
"trait": {
"name": "Transmute",
"borderColor": "#665600"
},
"effect": {},
"macro": {
"mode": "clickToTarget"
},
"_id": "01917b2f-2865-7bbd-a9b8-a429dd935ad6"
"desc": "",
"borderColor": "#665600",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_hasSpell": true,
Expand Down Expand Up @@ -2178184,7 +2178238,8 @@
},
{
"maxLevel": 1,
"name": null
"name": "Transmute",
"requires": null
},
{
"maxLevel": 1,
Expand Down Expand Up @@ -2178236,7 +2178291,9 @@
"requires": "EnergyWave"
},
{
"maxLevel": 1
"maxLevel": 5,
"name": "ExpandedMemory",
"requires": "Teleport"
},
{
"maxLevel": 1,
Expand All @@ -2178258,14 +2178315,13 @@
"maxLevel": 1
},
{
"maxLevel": 5,
"name": "ExpandedMemory",
"maxLevel": 1,
"name": "MassTeleport",
"requires": "Teleport"
},
{
"maxLevel": 1,
"name": "MassTeleport",
"requires": "Teleport"
"name": null
}
]
}
Expand Down

0 comments on commit 30ac1b6

Please sign in to comment.