Skip to content

Commit

Permalink
fix avatar items/effects
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 12, 2024
1 parent 0bf0bef commit a2f6a6d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 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": 1726148003604
"savedAt": 1726158702812
},
"npcs": [
{
Expand Down Expand Up @@ -89438,7 +89438,7 @@
"quality": 5,
"name": "Avatar Mace",
"itemClass": "Mace",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a mace overflowing with the power of Maer",
Expand Down Expand Up @@ -89479,7 +89479,7 @@
"quality": 5,
"name": "Avatar Shortsword",
"itemClass": "Shortsword",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a shortsword overflowing with the power of Terir",
Expand Down Expand Up @@ -89520,7 +89520,7 @@
"quality": 5,
"name": "Avatar Longsword",
"itemClass": "Longsword",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a longsword overflowing with the power of Rea",
Expand Down Expand Up @@ -89561,7 +89561,7 @@
"quality": 5,
"name": "Avatar Halberd",
"itemClass": "Halberd",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a halberd overflowing with the power of Tai",
Expand Down Expand Up @@ -89604,7 +89604,7 @@
"quality": 5,
"name": "Avatar Dagger",
"itemClass": "Dagger",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a dagger overflowing with the power of Maji",
Expand Down Expand Up @@ -89646,7 +89646,7 @@
"quality": 5,
"name": "Avatar Greatsword",
"itemClass": "Greatsword",
"maxUpgrades": 1,
"maxUpgrades": 0,
"value": 198011,
"sellValue": 0,
"desc": "a greatsword overflowing with the power of Ars",
Expand Down Expand Up @@ -2168662,10 +2168662,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down Expand Up @@ -2168754,10 +2168754,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down Expand Up @@ -2168846,10 +2168846,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down Expand Up @@ -2168938,10 +2168938,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down Expand Up @@ -2169030,10 +2169030,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down Expand Up @@ -2169122,10 +2169122,10 @@
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": true,
"canRemove": false,
"unique": "Avatar",
"doesTick": false,
"persistThroughDeath": false,
"persistThroughDeath": true,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {
Expand Down

0 comments on commit a2f6a6d

Please sign in to comment.