Area Cleanup. Added CEP3 Skyboxes

Area Cleanup.  Added CEP3 Skyboxes.  Beholder AI fix.  NPC & Mook pass.  Added QN OnHit script.  Add XP for Traps system.
This commit is contained in:
Jaysyn904
2021-12-31 01:45:43 -05:00
parent 8c0a2224cb
commit 64c913bf07
282 changed files with 10734 additions and 10497 deletions

View File

@@ -14,7 +14,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 13.0
"value": 15.0
},
"ClassList": {
"type": "list",
@@ -34,7 +34,7 @@
},
"Comment": {
"type": "cexostring",
"value": "Cazrak the Eye Tyrant\r\n\r\n\r\nComment: \r\n\r\nThere is a string variable called X2_SPECIAL_COMBAT_AI_SCRIPT set on this creature, pointing to \"x2_ai_behold\"\r\n\r\nThis causes the beholder to run a custom AI script. If you want the beholder to use the standard AI, delete that variable."
"value": "Cazrak the Eye Tyrant\r\n\r\n\r\nComment: \r\n\r\nThere is a string variable called X2_SPECIAL_COMBAT_AI_SCRIPT set on this creature, pointing to \"x2_ai_behold\"\r\n\r\nThis causes the beholder to run a custom AI script. If you want the beholder to use the standard AI, delete that variable.\r\n\r\n\r\nx2_inc_beholder"
},
"Con": {
"type": "byte",
@@ -50,7 +50,7 @@
},
"CurrentHitPoints": {
"type": "short",
"value": 49
"value": 88
},
"DecayTime": {
"type": "dword",
@@ -89,7 +89,7 @@
"__struct_id": 131072,
"EquippedRes": {
"type": "resref",
"value": "x2_it_beholprops"
"value": "cr_hide_behold01"
}
}
]
@@ -115,6 +115,20 @@
"value": 228
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 14
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 377
}
},
{
"__struct_id": 1,
"Feat": {
@@ -159,7 +173,7 @@
},
"HitPoints": {
"type": "short",
"value": 49
"value": 88
},
"Int": {
"type": "byte",
@@ -191,7 +205,7 @@
},
"MaxHitPoints": {
"type": "short",
"value": 93
"value": 132
},
"NaturalAC": {
"type": "byte",
@@ -231,55 +245,55 @@
},
"ScriptAttacked": {
"type": "resref",
"value": "x2_def_attacked"
"value": "nw_ai_onattacked"
},
"ScriptDamaged": {
"type": "resref",
"value": "x2_def_ondamage"
"value": "nw_ai_ondamaged"
},
"ScriptDeath": {
"type": "resref",
"value": "x2_def_ondeath"
"value": "nw_ai_ondeath"
},
"ScriptDialogue": {
"type": "resref",
"value": "x2_def_onconv"
"value": "nw_ai_onconvers"
},
"ScriptDisturbed": {
"type": "resref",
"value": "x2_def_ondisturb"
"value": "nw_ai_ondisturb"
},
"ScriptEndRound": {
"type": "resref",
"value": "x2_def_endcombat"
"value": "nw_ai_cmbtrndend"
},
"ScriptHeartbeat": {
"type": "resref",
"value": "x2_def_heartbeat"
"value": "nw_ai_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "nw_ai_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "x2_def_percept"
"value": "nw_ai_onpercept"
},
"ScriptRested": {
"type": "resref",
"value": "x2_def_rested"
"value": "nw_ai_onrested"
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawn"
"value": "nw_ai_onspawn"
},
"ScriptSpellAt": {
"type": "resref",
"value": "x2_def_spellcast"
"value": "nw_ai_onspellcst"
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "nw_ai_onuserdef"
},
"SkillList": {
"type": "list",
@@ -323,21 +337,21 @@
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 7
"value": 12
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 15
"value": 14
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
"value": 14
}
},
{
@@ -407,7 +421,7 @@
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 20
"value": 18
}
},
{
@@ -870,7 +884,7 @@
},
"StartingPackage": {
"type": "byte",
"value": 0
"value": 73
},
"Str": {
"type": "byte",
@@ -943,6 +957,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_SPECIAL_COMBAT_AI_SCRIPT "
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "x2_ai_behold"
}
}
]
},