Skip to content

Commit

Permalink
fix level req on gem
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 26, 2024
1 parent 330f6ec commit b6868d2
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 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": 1724537060016
"savedAt": 1724636679347
},
"npcs": [
{
Expand Down Expand Up @@ -66150,11 +66150,32 @@
"_id": "01916bde-d3d4-7cc5-813d-b4ea613c3700"
},
{
"_id": "01916bde-d3d4-7cc5-813d-ba63d43dc8ae",
"sprite": 341,
"quality": 0,
"name": "Risan Necrotic Prot Crystal",
"desc": "a small crystal encasing a chunk of earth",
"sellValue": 5000,
"itemClass": "Gem",
"maxUpgrades": 0,
"value": 1,
"sprite": 341,
"sellValue": 5000,
"desc": "a small crystal encasing a chunk of earth",
"damageClass": "physical",
"stats": {},
"randomStats": {},
"type": "martial",
"trait": {
"level": 0
},
"randomTrait": {
"name": [],
"level": {
"min": 0,
"max": 0
}
},
"requirements": {
"level": 15
},
"encrustGive": {
"slots": [
"robe",
Expand All @@ -66165,11 +66186,7 @@
"necroticResist": 50
}
},
"itemClass": "Gem",
"type": "martial",
"stats": {},
"isSackable": true,
"_id": "01916bde-d3d4-7cc5-813d-ba63d43dc8ae"
"isSackable": true
},
{
"name": "Risan Energy Prot Crystal",
Expand Down

0 comments on commit b6868d2

Please sign in to comment.