Added a faction, and minor stuff

Adding  faction goes through every area. I had no idea.
This commit is contained in:
EpicValor
2023-08-28 22:46:32 -05:00
parent 00305fc3a5
commit ac21a61c37
642 changed files with 44575 additions and 6193 deletions

View File

@@ -134,7 +134,7 @@
},
"Conversation": {
"type": "resref",
"value": ""
"value": "re_cv_commoner"
},
"CRAdjust": {
"type": "int",
@@ -401,11 +401,11 @@
},
"ScriptHeartbeat": {
"type": "resref",
"value": "npc_sit_chair"
"value": "x2_def_heartbeat"
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "re_common_blkd"
},
"ScriptOnNotice": {
"type": "resref",
@@ -417,7 +417,7 @@
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawn"
"value": "re_common_spawn"
},
"ScriptSpellAt": {
"type": "resref",
@@ -425,7 +425,7 @@
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "re_com_userdef"
},
"SkillList": {
"type": "list",
@@ -773,6 +773,21 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "iDialogue"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 2
}
}
]
},