Skip to content

Commit

Permalink
downscale ragerang a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 8, 2024
1 parent 24740d2 commit 17dcf8f
Showing 1 changed file with 65 additions and 43 deletions.
108 changes: 65 additions & 43 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": 1728409114401,
"savedAt": 1728410092208,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 17dcf8f

Please sign in to comment.