I figured out why commoner types weren't using civilized animations
Most changes were due to that and other behaviors I wanted ambient npcs to do.
This commit is contained in:
@@ -2014,7 +2014,7 @@
|
||||
},
|
||||
"ScriptDialogue": {
|
||||
"type": "resref",
|
||||
"value": "nw_c2_default4"
|
||||
"value": "queenspeak"
|
||||
},
|
||||
"ScriptDisturbed": {
|
||||
"type": "resref",
|
||||
@@ -2671,11 +2671,11 @@
|
||||
},
|
||||
"Cloth1Color": {
|
||||
"type": "byte",
|
||||
"value": 37
|
||||
"value": 24
|
||||
},
|
||||
"Cloth2Color": {
|
||||
"type": "byte",
|
||||
"value": 45
|
||||
"value": 32
|
||||
},
|
||||
"Cost": {
|
||||
"type": "dword",
|
||||
@@ -2703,11 +2703,11 @@
|
||||
},
|
||||
"Leather1Color": {
|
||||
"type": "byte",
|
||||
"value": 45
|
||||
"value": 24
|
||||
},
|
||||
"Leather2Color": {
|
||||
"type": "byte",
|
||||
"value": 37
|
||||
"value": 32
|
||||
},
|
||||
"LocalizedName": {
|
||||
"type": "cexolocstring",
|
||||
@@ -2717,11 +2717,11 @@
|
||||
},
|
||||
"Metal1Color": {
|
||||
"type": "byte",
|
||||
"value": 10
|
||||
"value": 32
|
||||
},
|
||||
"Metal2Color": {
|
||||
"type": "byte",
|
||||
"value": 33
|
||||
"value": 8
|
||||
},
|
||||
"ModelPart1": {
|
||||
"type": "byte",
|
||||
@@ -12149,7 +12149,7 @@
|
||||
},
|
||||
"ChallengeRating": {
|
||||
"type": "float",
|
||||
"value": 135.0
|
||||
"value": 127.0
|
||||
},
|
||||
"ClassList": {
|
||||
"type": "list",
|
||||
@@ -14051,7 +14051,7 @@
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 4
|
||||
"value": 1
|
||||
},
|
||||
"willbonus": {
|
||||
"type": "short",
|
||||
@@ -14147,7 +14147,7 @@
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 14.86591053009033
|
||||
"value": 14.82203006744385
|
||||
},
|
||||
"YOrientation": {
|
||||
"type": "float",
|
||||
@@ -14155,11 +14155,11 @@
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 42.57342529296875
|
||||
"value": 42.57241821289063
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 9.5367431640625e-006
|
||||
"value": -5.7220458984375e-006
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user