Test_Combat_Balancing
Server/NPC/Roles/_Core/Tests_Development/Test_Combat_Balancing.json, 1.7 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
$Comment | object |
Source
{
"Type": "Variant",
"Reference": "Template_Combat_Balancing",
"Modify": {
"Weapon": [ "Weapon_Sword_Iron" ],
"OffHand": [ "Weapon_Shield_Iron" ],
"Primary": false,
"PrimaryTimer": [ 0.1, 0.1 ],
"PrimaryCharge": 0.1,
"PrimaryCost": [ 0, 1 ],
"PrimaryDistance": [ 2, 2.5 ],
"Secondary": true,
"SecondaryTimer": [ 1, 2 ],
"SecondaryCharge": 2,
"SecondaryCost": [ 0.2, 1 ],
"SecondaryDistance": [ 2, 2.5 ],
"Charged": false,
"ChargedTimer": [ 2, 2 ],
"ChargedCharge": 0.45,
"ChargedCost": [ 0.2, 1 ],
"ChargedDistance": [ 4, 5 ],
"Signature": false,
"SignatureTimer": [ 5, 5 ],
"SignatureCharge": 0.1,
"SignatureCost": [ 1, 1 ],
"SignatureDistance": [ 5, 6 ],
"Flee": true,
"FleeDistance": [ 7, 9 ],
"Chase": true,
"ChaseDistance": [ 2, 3 ],
"_CombatConfig": "CAE_Test_Combat_Knight",
"MaxHealth": 100
},
"$Comment": {
"Weapon": [ "Weapon_Mace_Iron" ],
"Primary": true,
"PrimaryTimer": [ 0.1, 0.1 ],
"PrimaryCharge": 0.1,
"PrimaryCost": [ 0.1, 1 ],
"PrimaryDistance": [ 2, 2.5 ],
"Secondary": true,
"SecondaryTimer": [ 1, 5 ],
"SecondaryCharge": 0.1,
"SecondaryCost": [ 0.2, 1 ],
"SecondaryDistance": [ 2, 2.5 ],
"Charged": true,
"ChargedTimer": [ 2, 2 ],
"ChargedCharge": 0.8,
"ChargedCost": [ 0.3, 1 ],
"ChargedDistance": [ 2, 2.5 ],
"Signature": true,
"SignatureTimer": [ 5, 5 ],
"SignatureCharge": 0.1,
"SignatureCost": [ 1, 1 ],
"SignatureDistance": [ 4, 5 ],
"Flee": true,
"FleeDistance": [ 4, 6 ],
"Chase": true,
"ChaseDistance": [ 2, 3 ],
"_CombatConfig": "CAE_Test_Combat_Knight"
}
}