Quest persistence work
Quest persistence work. Added new salamander model.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"__struct_id": 4,
|
||||
"Appearance_Head": {
|
||||
"type": "byte",
|
||||
"value": 15
|
||||
"value": 1
|
||||
},
|
||||
"Appearance_Type": {
|
||||
"type": "word",
|
||||
@@ -58,7 +58,7 @@
|
||||
},
|
||||
"ArmorPart_RFoot": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@@ -70,11 +70,11 @@
|
||||
},
|
||||
"BodyPart_LBicep": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"BodyPart_LFArm": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"BodyPart_LFoot": {
|
||||
"type": "byte",
|
||||
@@ -98,7 +98,7 @@
|
||||
},
|
||||
"BodyPart_Neck": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
"value": 1
|
||||
},
|
||||
"BodyPart_Pelvis": {
|
||||
"type": "byte",
|
||||
@@ -106,11 +106,11 @@
|
||||
},
|
||||
"BodyPart_RBicep": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"BodyPart_RFArm": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"BodyPart_RHand": {
|
||||
"type": "byte",
|
||||
@@ -158,19 +158,19 @@
|
||||
},
|
||||
"Color_Hair": {
|
||||
"type": "byte",
|
||||
"value": 34
|
||||
"value": 41
|
||||
},
|
||||
"Color_Skin": {
|
||||
"type": "byte",
|
||||
"value": 32
|
||||
"value": 22
|
||||
},
|
||||
"Color_Tattoo1": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 37
|
||||
},
|
||||
"Color_Tattoo2": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 37
|
||||
},
|
||||
"Con": {
|
||||
"type": "byte",
|
||||
@@ -178,7 +178,7 @@
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": "yokim"
|
||||
"value": "cv_yokim"
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
@@ -1085,7 +1085,7 @@
|
||||
"FirstName": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Yokim"
|
||||
"0": "Yokim the Spirit"
|
||||
}
|
||||
},
|
||||
"fortbonus": {
|
||||
@@ -1320,7 +1320,7 @@
|
||||
},
|
||||
"ScriptOnNotice": {
|
||||
"type": "resref",
|
||||
"value": "talktopc"
|
||||
"value": "talk2pc_onpercp"
|
||||
},
|
||||
"ScriptRested": {
|
||||
"type": "resref",
|
||||
@@ -1366,7 +1366,7 @@
|
||||
"__struct_id": 0,
|
||||
"Rank": {
|
||||
"type": "byte",
|
||||
"value": 10
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1634,7 +1634,7 @@
|
||||
},
|
||||
"Subrace": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
"value": "Undead"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
@@ -1652,9 +1652,44 @@
|
||||
"type": "resref",
|
||||
"value": "yokim"
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "GLOW_COLOR"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "SET_NAME"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 3
|
||||
},
|
||||
"Value": {
|
||||
"type": "cexostring",
|
||||
"value": "Yokim"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 4
|
||||
"value": 7
|
||||
},
|
||||
"willbonus": {
|
||||
"type": "short",
|
||||
|
||||
Reference in New Issue
Block a user