diff --git a/mods/BaseGameContent.rairmod b/mods/BaseGameContent.rairmod index f6e6d29..b7a8fd0 100644 --- a/mods/BaseGameContent.rairmod +++ b/mods/BaseGameContent.rairmod @@ -3,7 +3,7 @@ "name": "BaseGameContent", "author": "Seiyria", "version": 1, - "savedAt": 1728409114401, + "savedAt": 1728410092208, "dependencies": [] }, "npcs": [ @@ -2199285,73 +2199285,95 @@ "_id": "01917b2f-2cce-7bbd-a9b8-b949e0d7da70" }, { + "_id": "01917b2f-2e2f-7bbd-a9b8-c12e2bad6175", "_hasSpell": true, "_hasTrait": true, "_hasEffect": false, "_hasMacro": true, + "_isNPCOnly": false, "name": "Ragerang", "_gameId": "Ragerang", "all": { "desc": "Throw your weapon at current target for massive damage. Cost: 10 Rage", "icon": "boomerang-cross", - "color": "#f00" + "color": "#f00", + "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": "art ragerang", + "color": "", + "bgColor": "", + "mode": "autoTarget", + "key": "", + "tooltipDesc": "", + "isDefault": false }, "spell": { - "damageClass": "physical", + "spellName": "", "maxSkillForGain": 15, "mpCost": 10, - "potencyMultiplier": 1.25, + "castTime": 0, + "cooldown": 0, + "potencyMultiplier": 0.5, + "bonusRollsMin": 0, + "bonusRollsMax": 0, + "willSaveThreshold": 0, + "willSavePercent": 0, "skillMultiplierChanges": [ [ 0, - 2 - ], - [ - 6, - 3 - ], - [ - 11, - 4 - ], - [ - 16, - 6 - ], - [ - 21, - 8 - ], - [ - 26, - 10 - ], - [ - 31, - 13 - ], - [ - 36, - 17 + 1 ] ], "spellMeta": { + "bonusAgro": 0, + "creatureSummoned": [], + "fizzledBy": [], "doesAttack": true, "casterAttackMessage": "You hit %0!", "casterSfx": "", - "targetAttackMessage": "%0 hit you!" - } + "targetAttackMessage": "%0 hit you!", + "useSkillAsPotency": true + }, + "damageClass": "physical" }, "trait": { + "name": "", "desc": "Throw your weapon at a target, consuming 10 Rage and dealing massive damage.", - "borderColor": "#ccc" - }, - "effect": {}, - "macro": { - "mode": "autoTarget", - "macro": "art ragerang" - }, - "_id": "01917b2f-2e2f-7bbd-a9b8-c12e2bad6175" + "borderColor": "#ccc", + "iconBgColor": "", + "iconColor": "", + "spellGiven": "", + "isAncient": false, + "valuePerTier": 0, + "statsGiven": {} + } }, { "_hasSpell": true,