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": 55
|
||||
},
|
||||
"Appearance_Type": {
|
||||
"type": "word",
|
||||
@@ -110,7 +110,7 @@
|
||||
},
|
||||
"Color_Hair": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 10
|
||||
},
|
||||
"Color_Skin": {
|
||||
"type": "byte",
|
||||
@@ -134,7 +134,7 @@
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": "joseph"
|
||||
"value": "cv_joseph"
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
@@ -167,29 +167,11 @@
|
||||
"Equip_ItemList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "x2_armhe001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_maarcl080"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 16,
|
||||
"Dropable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_wblmfl010"
|
||||
"value": "maarcl081"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -440,6 +422,40 @@
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 4,
|
||||
"Dropable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"InventoryRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_wblmfl010"
|
||||
},
|
||||
"Repos_PosX": {
|
||||
"type": "word",
|
||||
"value": 4
|
||||
},
|
||||
"Repos_Posy": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 5,
|
||||
"InventoryRes": {
|
||||
"type": "resref",
|
||||
"value": "x2_armhe001"
|
||||
},
|
||||
"Repos_PosX": {
|
||||
"type": "word",
|
||||
"value": 5
|
||||
},
|
||||
"Repos_Posy": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -577,7 +593,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 11
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -845,7 +861,7 @@
|
||||
},
|
||||
"Subrace": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
"value": "Human"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
|
||||
Reference in New Issue
Block a user