Quest persistence work
Quest persistence work. Added new salamander model.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "cv_charmed"
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
@@ -142,7 +142,7 @@
|
||||
"FirstName": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Swoana"
|
||||
"0": "Swoana the Child Vampire"
|
||||
}
|
||||
},
|
||||
"fortbonus": {
|
||||
@@ -619,7 +619,7 @@
|
||||
},
|
||||
"Subrace": {
|
||||
"type": "cexostring",
|
||||
"value": "Vampire"
|
||||
"value": "Undead"
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
@@ -645,6 +645,26 @@
|
||||
"type": "resref",
|
||||
"value": "swoana"
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "SET_NAME"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 3
|
||||
},
|
||||
"Value": {
|
||||
"type": "cexostring",
|
||||
"value": "Swoana"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 5
|
||||
|
||||
Reference in New Issue
Block a user