Capped Combat XP at 800 per kill

Capped Combat XP at 800 per kill
This commit is contained in:
Jaysyn904 2025-04-06 17:05:06 -04:00
parent 1e668844e5
commit b38a47e2d8
5 changed files with 157 additions and 4 deletions

View File

@ -939,7 +939,7 @@
},
"Version": {
"type": "dword",
"value": 65
"value": 66
},
"Width": {
"type": "int",

View File

@ -46268,7 +46268,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 134.0
"value": 152.0
},
"FACTION": {
"type": "cexostring",

Binary file not shown.

View File

@ -2,7 +2,7 @@
const int MAX_CHARACTER_LEVEL = 60; //:: Maximum character level
const int MAX_PARTY_SIZE = 12; //:: Maximum party size for XP split
const int LEVEL_DIFFERENCE_LIMIT = 8; //:: Max level difference within party
const int XP_REWARD_CAP = 4000; //:: Max per PC reward, after split
const int XP_REWARD_CAP = 800; //:: Max per PC reward, after split
const float BASE_XP_MULTIPIER = 50.0;
const float BONUS_XP_MODIFIER = 5.0;

View File

@ -90,7 +90,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 134.0
"value": 152.0
},
"ClassList": {
"type": "list",
@ -727,6 +727,83 @@
"value": 2
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
@ -787,5 +864,81 @@
"Wis": {
"type": "byte",
"value": 10
},
"xAppearance_Head": {
"type": "word",
"value": 39
},
"xArmorPart_RFoot": {
"type": "word",
"value": 1
},
"xBodyPart_Belt": {
"type": "word",
"value": 0
},
"xBodyPart_LBicep": {
"type": "word",
"value": 1
},
"xBodyPart_LFArm": {
"type": "word",
"value": 1
},
"xBodyPart_LFoot": {
"type": "word",
"value": 1
},
"xBodyPart_LHand": {
"type": "word",
"value": 1
},
"xBodyPart_LShin": {
"type": "word",
"value": 1
},
"xBodyPart_LShoul": {
"type": "word",
"value": 0
},
"xBodyPart_LThigh": {
"type": "word",
"value": 1
},
"xBodyPart_Neck": {
"type": "word",
"value": 1
},
"xBodyPart_Pelvis": {
"type": "word",
"value": 1
},
"xBodyPart_RBicep": {
"type": "word",
"value": 1
},
"xBodyPart_RFArm": {
"type": "word",
"value": 1
},
"xBodyPart_RHand": {
"type": "word",
"value": 1
},
"xBodyPart_RShin": {
"type": "word",
"value": 1
},
"xBodyPart_RShoul": {
"type": "word",
"value": 0
},
"xBodyPart_RThigh": {
"type": "word",
"value": 1
},
"xBodyPart_Torso": {
"type": "word",
"value": 1
}
}