Skip to content

Commit

Permalink
add wizard stance to arcanist
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 3, 2024
1 parent 60120dc commit 772a13e
Showing 1 changed file with 61 additions and 14 deletions.
75 changes: 61 additions & 14 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": 1725384947925
"savedAt": 1725385243675
},
"npcs": [
{
Expand Down Expand Up @@ -2160869,6 +2160869,7 @@
"_id": "01917b2f-25a6-7bbd-a9b8-93aeb7282802"
},
{
"_id": "01917b2f-270a-7bbd-a9b8-98142e2932f3",
"_hasSpell": true,
"_hasTrait": true,
"_hasEffect": false,
Expand All @@ -2160878,31 +2160879,77 @@
"all": {
"desc": "Create a vortex which sucks in nearby items. Cost: 100 MP",
"icon": "wind-hole",
"color": "#333"
"color": "#333",
"bgColor": ""
},
"effect": {
"tooltip": {
"name": "",
"color": "",
"bgColor": "",
"desc": ""
},
"effect": {
"duration": 0,
"extra": {
"potency": 0,
"canRemove": false,
"unique": true,
"doesTick": false,
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
}
},
"effectMeta": {}
},
"macro": {
"name": "",
"macro": "",
"color": "",
"bgColor": "",
"mode": "autoActivate",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"spell": {
"damageClass": "physical",
"mpCost": 100,
"cooldown": 15,
"spellName": "",
"maxSkillForGain": 15,
"mpCost": 100,
"castTime": 0,
"cooldown": 1,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": [],
"range": 1
}
},
"damageClass": "physical"
},
"trait": {
"borderColor": "#333"
},
"effect": {},
"macro": {
"mode": "autoActivate"
},
"_id": "01917b2f-270a-7bbd-a9b8-98142e2932f3"
"name": "",
"desc": "",
"borderColor": "#333",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_hasSpell": true,
Expand Down Expand Up @@ -2164123,7 +2164170,7 @@
},
{
"maxLevel": 1,
"name": "Cure"
"name": "WizardStance"
},
{
"maxLevel": 1,
Expand Down

0 comments on commit 772a13e

Please sign in to comment.