Skip to content

Commit

Permalink
add arcane focus trait
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 10, 2024
1 parent f1c0f50 commit 1b7bdbd
Showing 1 changed file with 163 additions and 5 deletions.
168 changes: 163 additions & 5 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": 1728502225390,
"savedAt": 1728561837120,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -2188159,19 +2188159,90 @@
"_id": "01917b23-bff6-7552-a13d-86e5d50dd9a1"
},
{
"_id": "01917b23-c17e-7552-a13d-8e36587190bf",
"_hasSpell": false,
"_hasTrait": true,
"_hasEffect": false,
"_hasMacro": false,
"_isNPCOnly": false,
"name": "Energy Focus",
"_gameId": "EnergyFocus",
"all": {
"desc": "Deal +$10$% more energy damage.",
"icon": "plasma-bolt"
"icon": "plasma-bolt",
"color": "",
"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": "",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"spell": {
"spellName": "",
"maxSkillForGain": 0,
"mpCost": 0,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": []
}
},
"trait": {
"name": "",
"desc": "",
"borderColor": "",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {
"energyBoostPercent": 10
}
},
"_id": "01917b23-c17e-7552-a13d-8e36587190bf"
}
},
{
"_hasTrait": true,
Expand Down Expand Up @@ -2205211,6 +2205282,92 @@
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_id": "0192764e-5752-7885-82c1-408af9a55836",
"_hasSpell": false,
"_hasTrait": true,
"_hasEffect": false,
"_hasMacro": false,
"_isNPCOnly": false,
"name": "Arcane Focus",
"_gameId": "ArcaneFocus",
"all": {
"desc": "Deal +$10$% more magical damage.",
"icon": "pentarrows-tornado",
"color": "",
"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": "",
"key": "",
"tooltipDesc": "",
"isDefault": false
},
"spell": {
"spellName": "",
"maxSkillForGain": 0,
"mpCost": 0,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": []
}
},
"trait": {
"name": "",
"desc": "",
"borderColor": "",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {
"magicalDamageBoostPercent": 10
}
}
}
],
"traitTrees": [
Expand Down Expand Up @@ -2207473,7 +2207630,8 @@
},
{
"maxLevel": 10,
"name": "EnergyFocus"
"name": "ArcaneFocus",
"requires": ""
},
{
"maxLevel": 1,
Expand Down

0 comments on commit 1b7bdbd

Please sign in to comment.