Skip to content

Commit

Permalink
bot weapon improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 20, 2024
1 parent a39481e commit 34aa263
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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": 1726763069973
"savedAt": 1726834113374
},
"npcs": [
{
Expand Down Expand Up @@ -94163,7 +94163,8 @@
"randomStats": {},
"type": "sword",
"trait": {
"level": 0
"name": "Blindstrike",
"level": 10
},
"randomTrait": {
"name": [],
Expand All @@ -94175,6 +94176,8 @@
"tier": 9,
"proneChance": 0,
"attackRange": 2,
"offhand": true,
"returnsOnThrow": true,
"extendedDesc": "an item that makes you unkillable"
}
],
Expand Down Expand Up @@ -2126860,12 +2126863,12 @@
"stealLevelRangeForSkillGain": 3,
"vortexMaxItems": 50,
"allClasses": [
"Arcanist",
"Healer",
"Mage",
"Warrior",
"Thief",
"Traveller",
"Arcanist"
"Warrior"
]
},
"combat": {
Expand Down

0 comments on commit 34aa263

Please sign in to comment.