diff --git a/_module/are/twilightrecovery.are.json b/_module/are/twilightrecovery.are.json index 4543023..551ecb8 100644 --- a/_module/are/twilightrecovery.are.json +++ b/_module/are/twilightrecovery.are.json @@ -939,7 +939,7 @@ }, "Version": { "type": "dword", - "value": 65 + "value": 66 }, "Width": { "type": "int", diff --git a/_module/itp/creaturepalcus.itp.json b/_module/itp/creaturepalcus.itp.json index 8e0442d..647d2d5 100644 --- a/_module/itp/creaturepalcus.itp.json +++ b/_module/itp/creaturepalcus.itp.json @@ -46268,7 +46268,7 @@ "__struct_id": 0, "CR": { "type": "float", - "value": 134.0 + "value": 152.0 }, "FACTION": { "type": "cexostring", diff --git a/_module/ncs/xp_system.ncs b/_module/ncs/xp_system.ncs index 438f7d3..cc9cb13 100644 Binary files a/_module/ncs/xp_system.ncs and b/_module/ncs/xp_system.ncs differ diff --git a/_module/nss/xp_system.nss b/_module/nss/xp_system.nss index dc2574f..b589537 100644 --- a/_module/nss/xp_system.nss +++ b/_module/nss/xp_system.nss @@ -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; diff --git a/_module/utc/ezial.utc.json b/_module/utc/ezial.utc.json index fa59040..f859e6e 100644 --- a/_module/utc/ezial.utc.json +++ b/_module/utc/ezial.utc.json @@ -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 } }