Fixed creature hak name, added more quest persistence
Fixed creature hak name, added more quest persistence. Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"__data_type": "UTC ",
|
||||
"Appearance_Head": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 3
|
||||
},
|
||||
"Appearance_Type": {
|
||||
"type": "word",
|
||||
@@ -110,7 +110,7 @@
|
||||
},
|
||||
"Color_Hair": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 167
|
||||
},
|
||||
"Color_Skin": {
|
||||
"type": "byte",
|
||||
@@ -134,7 +134,7 @@
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "cv_charmed"
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
@@ -154,7 +154,9 @@
|
||||
},
|
||||
"Description": {
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": "This half-orc reminds you of a bandit playing dress up."
|
||||
}
|
||||
},
|
||||
"Dex": {
|
||||
"type": "byte",
|
||||
@@ -204,7 +206,7 @@
|
||||
},
|
||||
"FactionID": {
|
||||
"type": "word",
|
||||
"value": 7
|
||||
"value": 16
|
||||
},
|
||||
"FeatList": {
|
||||
"type": "list",
|
||||
@@ -426,7 +428,7 @@
|
||||
},
|
||||
"PaletteID": {
|
||||
"type": "byte",
|
||||
"value": 44
|
||||
"value": 43
|
||||
},
|
||||
"PerceptionRange": {
|
||||
"type": "byte",
|
||||
@@ -442,7 +444,7 @@
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
"value": 137
|
||||
"value": 1046
|
||||
},
|
||||
"Race": {
|
||||
"type": "byte",
|
||||
@@ -532,7 +534,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 4
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -784,7 +786,7 @@
|
||||
},
|
||||
"SoundSetFile": {
|
||||
"type": "word",
|
||||
"value": 65535
|
||||
"value": 192
|
||||
},
|
||||
"SpecAbilityList": {
|
||||
"type": "list",
|
||||
@@ -800,7 +802,7 @@
|
||||
},
|
||||
"Subrace": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
"value": "Half-Orc"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
|
||||
Reference in New Issue
Block a user