fixed broken xp
This commit is contained in:
parent
f891d19fd5
commit
651c3c24e5
@ -1021,7 +1021,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 30
|
||||
"value": 31
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
@ -36268,11 +36268,11 @@
|
||||
},
|
||||
"MarkDown": {
|
||||
"type": "int",
|
||||
"value": 75
|
||||
"value": 5
|
||||
},
|
||||
"MarkUp": {
|
||||
"type": "int",
|
||||
"value": 250
|
||||
"value": 35
|
||||
},
|
||||
"MaxBuyPrice": {
|
||||
"type": "int",
|
||||
@ -36292,7 +36292,7 @@
|
||||
},
|
||||
"StoreGold": {
|
||||
"type": "int",
|
||||
"value": 10000
|
||||
"value": 100000
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
|
@ -4693,7 +4693,7 @@
|
||||
},
|
||||
"Mod_XPScale": {
|
||||
"type": "byte",
|
||||
"value": 100
|
||||
"value": 0
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
@ -5477,96 +5477,6 @@
|
||||
"type": "int",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXP"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXPSlider"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXPMaxGroupBonus"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXPMaxXP"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXpRadius"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "CustomXPDiffPen"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#include "nw_i0_generic"
|
||||
#include "nw_i0_generic"
|
||||
|
||||
|
||||
|
||||
@ -9,10 +9,10 @@ int iDouble_EXP = FALSE; // Set to TRUE enables seeing first the PW
|
||||
// experience followed by Bioware experience.
|
||||
// This is useful to compare values.
|
||||
|
||||
float Experience_Slider = 0.30;// This is the percentage that can be adjusted.
|
||||
float Experience_Slider = 0.20;// This is the percentage that can be adjusted.
|
||||
// This value matches the Bioware slider.
|
||||
|
||||
float Exp_Level_Cap = 3000.0; // This is the basic CR cap.
|
||||
float Exp_Level_Cap = 20.0; // This is the basic CR cap.
|
||||
|
||||
int iBoss_Cap_Method = 2; // These are mode sets for how bosses are handled
|
||||
// Mode 1: The CR of the boss is modified.
|
||||
@ -22,13 +22,13 @@ int iBoss_Cap_Method = 2; // These are mode sets for how bosses are handle
|
||||
// Mode 3: The CR of the boss is modified.
|
||||
// The exp cap is raised by the mod.
|
||||
|
||||
float Lower_Exponent = 0.50; // This is the exponent that defines how exp
|
||||
float Lower_Exponent = 1.15; // This is the exponent that defines how exp
|
||||
// drops off when the CR is lower than player.
|
||||
|
||||
float Higher_Exponent = 0.50; // This is the exponent that defines how exp
|
||||
float Higher_Exponent = 1.15; // This is the exponent that defines how exp
|
||||
// increases whent he CR is higher than player.
|
||||
|
||||
float Party_Proximity = 160.0; // The distance a party member must be to get a
|
||||
float Party_Proximity = 150.0; // The distance a party member must be to get a
|
||||
// share of the experience.
|
||||
|
||||
float Leveling_Exponent = 1.08;// This exponent defines how fast the exponent is
|
||||
|
@ -18,7 +18,7 @@
|
||||
},
|
||||
"Cost": {
|
||||
"type": "dword",
|
||||
"value": 100
|
||||
"value": 10104
|
||||
},
|
||||
"Cursed": {
|
||||
"type": "byte",
|
||||
@ -69,15 +69,15 @@
|
||||
},
|
||||
"CostTable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 35
|
||||
},
|
||||
"CostValue": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"Param1": {
|
||||
"type": "byte",
|
||||
"value": 11
|
||||
"value": 255
|
||||
},
|
||||
"Param1Value": {
|
||||
"type": "byte",
|
||||
@ -85,7 +85,7 @@
|
||||
},
|
||||
"PropertyName": {
|
||||
"type": "word",
|
||||
"value": 81
|
||||
"value": 128
|
||||
},
|
||||
"Subtype": {
|
||||
"type": "word",
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user