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

@@ -90,7 +90,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 28.0
"value": 29.0
},
"ClassList": {
"type": "list",
@@ -949,7 +949,7 @@
},
"Conversation": {
"type": "resref",
"value": "random_npc_chat"
"value": "re_cv_commoner"
},
"CRAdjust": {
"type": "int",
@@ -1005,6 +1005,27 @@
"FeatList": {
"type": "list",
"value": [
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 2
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 3
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 4
}
},
{
"__struct_id": 1,
"Feat": {
@@ -1578,7 +1599,7 @@
},
"ScriptOnBlocked": {
"type": "resref",
"value": "x2_def_onblocked"
"value": "re_common_blkd"
},
"ScriptOnNotice": {
"type": "resref",
@@ -1590,7 +1611,7 @@
},
"ScriptSpawn": {
"type": "resref",
"value": "x2_def_spawnwwp"
"value": "re_common_spawn"
},
"ScriptSpellAt": {
"type": "resref",
@@ -1598,7 +1619,7 @@
},
"ScriptUserDefine": {
"type": "resref",
"value": "x2_def_userdef"
"value": "re_com_userdef"
},
"SkillList": {
"type": "list",
@@ -1946,6 +1967,51 @@
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "NOBLE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_USERDEFINED_ONSPAWN_EVENTS"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 2
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "iDialogue"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 5
}
}
]
},