Tweaked & Bugfixed "Spider's Captive" quest

Tweaked & Bugfixed "Spider's Captive" quest.  Breathed a little life into the Warrior's Guild.  Changed several quest rewards to be split among the party.  Full compile.
This commit is contained in:
Jaysyn904
2022-11-20 00:21:57 -05:00
parent 310b26f555
commit 8989a30fc8
90 changed files with 2758 additions and 1892 deletions

View File

@@ -14,7 +14,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 0.25
"value": 2.0
},
"ClassList": {
"type": "list",
@@ -27,18 +27,18 @@
},
"ClassLevel": {
"type": "short",
"value": 1
"value": 3
}
}
]
},
"Comment": {
"type": "cexostring",
"value": ""
"value": "Antony the Merchant"
},
"Con": {
"type": "byte",
"value": 10
"value": 12
},
"Conversation": {
"type": "resref",
@@ -50,7 +50,7 @@
},
"CurrentHitPoints": {
"type": "short",
"value": 2
"value": 12
},
"DecayTime": {
"type": "dword",
@@ -112,7 +112,7 @@
"id": 12696,
"type": "cexolocstring",
"value": {
"0": "Antony"
"0": "Antony the Merchant"
}
},
"fortbonus": {
@@ -129,7 +129,7 @@
},
"HitPoints": {
"type": "short",
"value": 2
"value": 12
},
"Int": {
"type": "byte",
@@ -161,7 +161,7 @@
},
"MaxHitPoints": {
"type": "short",
"value": 3
"value": 18
},
"NaturalAC": {
"type": "byte",
@@ -201,55 +201,55 @@
},
"ScriptAttacked": {
"type": "resref",
"value": "nw_c2_default5"
"value": "x2_def_attacked"
},
"ScriptDamaged": {
"type": "resref",
"value": "nw_c2_default6"
"value": "x2_def_ondamage"
},
"ScriptDeath": {
"type": "resref",
"value": "nw_c2_default7"
"value": "x2_def_ondeath"
},
"ScriptDialogue": {
"type": "resref",
"value": "nw_c2_default4"
"value": "x2_def_onconv"
},
"ScriptDisturbed": {
"type": "resref",
"value": "nw_c2_default8"
"value": "x2_def_ondisturb"
},
"ScriptEndRound": {
"type": "resref",
"value": "nw_c2_default3"
"value": "x2_def_endcombat"
},
"ScriptHeartbeat": {
"type": "resref",
"value": "nw_c2_default1"
"value": "x2_def_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "nw_c2_defaulte"
"value": "x2_def_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "talktopc"
"value": "talk2pc_onpercp"
},
"ScriptRested": {
"type": "resref",
"value": "nw_c2_defaulta"
"value": "x2_def_rested"
},
"ScriptSpawn": {
"type": "resref",
"value": "nw_c2_default9"
"value": "x2_def_spawn"
},
"ScriptSpellAt": {
"type": "resref",
"value": "nw_c2_defaultb"
"value": "x2_def_spellcast"
},
"ScriptUserDefine": {
"type": "resref",
"value": "nw_c2_defaultd"
"value": "x2_def_userdef"
},
"SkillList": {
"type": "list",
@@ -398,7 +398,7 @@
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
"value": 6
}
},
{
@@ -547,11 +547,11 @@
},
"Subrace": {
"type": "cexostring",
"value": ""
"value": "Human"
},
"Tag": {
"type": "cexostring",
"value": "antony"
"value": "NPC_ANTONY"
},
"Tail_New": {
"type": "dword",
@@ -563,7 +563,27 @@
},
"TemplateResRef": {
"type": "resref",
"value": "antony"
"value": "npc_antony"
},
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "SET_NAME"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
}
]
},
"WalkRate": {
"type": "int",

File diff suppressed because it is too large Load Diff

View File

@@ -180,7 +180,7 @@
},
"FactionID": {
"type": "word",
"value": 7
"value": 4
},
"FeatList": {
"type": "list",
@@ -255,6 +255,13 @@
"value": 2919
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 433
}
},
{
"__struct_id": 1,
"Feat": {
@@ -642,7 +649,7 @@
},
"PerceptionRange": {
"type": "byte",
"value": 11
"value": 8
},
"Phenotype": {
"type": "int",
@@ -666,23 +673,23 @@
},
"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",
@@ -694,15 +701,15 @@
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "nw_ai_onblocked"
},
"ScriptOnNotice": {
"type": "resref",
"value": "x2_def_percept"
"value": ""
},
"ScriptRested": {
"type": "resref",
"value": "x2_def_rested"
"value": "nw_ai_onrested"
},
"ScriptSpawn": {
"type": "resref",
@@ -710,11 +717,11 @@
},
"ScriptSpellAt": {
"type": "resref",
"value": "x2_def_spellcast"
"value": "nw_ai_onspellcst"
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": ""
},
"SkillList": {
"type": "list",
@@ -758,7 +765,7 @@
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
"value": 3
}
},
{