Skip to content

Commit

Permalink
fix some more weights
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 17, 2024
1 parent d6b86df commit 53f63d7
Showing 1 changed file with 109 additions and 76 deletions.
185 changes: 109 additions & 76 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": 1726602120482
"savedAt": 1726602167674
},
"npcs": [
{
Expand Down Expand Up @@ -26015,27 +26015,31 @@
"skillLevels": 7
},
{
"_id": "01916bde-d3c7-7cc5-8121-36a5bcbc184d",
"sprite": [
480
],
"npcId": "Crazed Sedgwick",
"name": [
"Sedgwick"
],
"monsterClass": "Humanoid",
"monsterGroup": "Crazed",
"hostility": "Always",
"allegiance": "Enemy",
"monsterClass": "Humanoid",
"affiliation": "Crazed",
"sprite": [
480
],
"alignment": "Neutral",
"cr": 0,
"hpMult": 10,
"stats": {
"str": 12,
"dex": 10,
"agi": 10,
"int": 10,
"wis": 10,
"wil": 10,
"luk": 10,
"cha": 10,
"con": 30,
"cha": 10,
"luk": 10,
"move": 2,
"hpregen": 1,
"mpregen": 1,
Expand Down Expand Up @@ -26076,53 +26080,63 @@
"damageFactor": 1
},
"level": 15,
"skillLevels": 3,
"skillOnKill": 25,
"cr": 0,
"gold": {
"min": 5500,
"max": 6000
"otherStats": {},
"hp": {
"min": 15000,
"max": 17000
},
"hpMult": 10,
"mp": {
"min": 1000,
"max": 1000
"min": 1500,
"max": 1700
},
"giveXp": {
"min": 60000,
"max": 75000
"min": 3400,
"max": 3800
},
"gold": {
"min": 900,
"max": 1500
},
"monsterGroup": "Crazed",
"avoidWater": false,
"aquaticOnly": false,
"noCorpseDrop": false,
"noItemDrop": false,
"traitLevels": {
"InternalFortitude": 3
},
"usableSkills": [
{
"result": "Charge",
"chance": 200
"chance": 10
},
{
"result": "Leash",
"chance": 10
"chance": 1
}
],
"items": {
"equipment": {
"armor": [
{
"result": "Yzalt Fungus Ringmail Tunic",
"chance": 1
}
],
"robe1": [
{
"result": "Ranata Robe",
"chance": 1
}
],
"rightHand": [
{
"result": "Sedgwick's Greataxe",
"chance": 1
}
]
"baseEffects": [
{
"name": "DarkVision",
"endsAt": -1,
"extra": {
"potency": 0
}
}
},
],
"drops": [],
"copyDrops": [
{
"result": "equipment.rightHand",
"chance": -1
},
{
"result": "equipment.robe1",
"chance": -1
}
],
"dropPool": {
"choose": {
"min": 1,
Expand Down Expand Up @@ -26203,15 +26217,8 @@
}
]
},
"traitLevels": {
"InternalFortitude": 3
},
"baseEffects": [
{
"name": "DarkVision",
"endsAt": -1
}
],
"tansFor": "",
"tanSkillRequired": 0,
"triggers": {
"combat": {
"messages": [
Expand All @@ -26223,27 +26230,62 @@
]
}
},
"copyDrops": [
{
"result": "equipment.rightHand",
"chance": -1
},
{
"result": "equipment.robe1",
"chance": -1
"items": {
"sack": [],
"belt": [],
"equipment": {
"rightHand": [
{
"result": "Sedgwick's Greataxe",
"chance": 1
}
],
"leftHand": [],
"head": [],
"neck": [],
"ear": [],
"waist": [],
"wrists": [],
"ring1": [],
"ring2": [],
"hands": [],
"feet": [],
"armor": [
{
"result": "Yzalt Fungus Ringmail Tunic",
"chance": 1
}
],
"robe1": [
{
"result": "Ranata Robe",
"chance": 1
}
],
"robe2": [],
"trinket": [],
"potion": [],
"ammo": []
}
],
"allegiance": "Enemy",
},
"allegianceReputation": {
"Adventurers": -101,
"Enemy": 0,
"GM": 0,
"NaturalResource": 0,
"None": -101,
"Pirates": -101,
"Royalty": -101,
"Townsfolk": -101,
"Underground": -101,
"Wilderness": -101
},
"repMod": [
{
"delta": -1,
"allegiance": "Enemy"
"allegiance": "Enemy",
"delta": -1
}
],
"hp": {
"min": -1,
"max": -1
},
"skills": {
"mace": 372,
"axe": 372,
Expand All @@ -26261,17 +26303,8 @@
"conjuration": 372,
"restoration": 372
},
"allegianceReputation": {
"Royalty": -101,
"Townsfolk": -101,
"Adventurers": -101,
"Wilderness": -101,
"Underground": -101,
"Pirates": -101,
"None": -101
},
"_id": "01916bde-d3c7-7cc5-8121-36a5bcbc184d",
"skillLevels": 3
"summonSkillModifiers": {},
"summonStatModifiers": {}
},
{
"npcId": "Heniz Child",
Expand Down

0 comments on commit 53f63d7

Please sign in to comment.