Skip to content

Commit

Permalink
add sonic missiles
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 18, 2024
1 parent 1da255c commit 8760973
Showing 1 changed file with 91 additions and 6 deletions.
97 changes: 91 additions & 6 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": 1726664069666
"savedAt": 1726677635262
},
"npcs": [
{
Expand Down Expand Up @@ -2177882,6 +2177882,90 @@
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_id": "019205ff-0e78-7221-9549-542b50221a11",
"_hasSpell": false,
"_hasTrait": true,
"_hasEffect": false,
"_hasMacro": false,
"_isNPCOnly": false,
"name": "Sonic Missiles",
"_gameId": "SonicMissiles",
"all": {
"desc": "Magic Missiles now bypass all damage reduction.",
"icon": "missile-swarm",
"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": "Sonic Missiles",
"desc": "",
"borderColor": "",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 5,
"statsGiven": {}
}
}
],
"traitTrees": [
Expand Down Expand Up @@ -2180217,8 +2180301,9 @@
"name": "FindFamiliarLight"
},
{
"maxLevel": 1,
"name": "WizardStance"
"maxLevel": 5,
"name": "DispellingMissiles",
"requires": "MagicMissile"
},
{
"maxLevel": 1,
Expand All @@ -2180241,9 +2180326,9 @@
"name": "FindFamiliarDragon"
},
{
"maxLevel": 5,
"name": "DispellingMissiles",
"requires": "MagicMissile"
"maxLevel": 1,
"name": "SonicMissiles",
"requires": ""
},
{
"maxLevel": 5,
Expand Down

0 comments on commit 8760973

Please sign in to comment.