File Reorganization
File Reorganization. Initialized ratdog_creature hak & added Project Q overrides & other models. Continued dynamic swapover & upgrade.
This commit is contained in:
@@ -78,16 +78,18 @@
|
||||
},
|
||||
"CurrentHP": {
|
||||
"type": "short",
|
||||
"value": 40
|
||||
"value": 20
|
||||
},
|
||||
"Description": {
|
||||
"id": 9071,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": "You've got a bad feeling about this...."
|
||||
}
|
||||
},
|
||||
"DisarmDC": {
|
||||
"type": "byte",
|
||||
"value": 30
|
||||
"value": 34
|
||||
},
|
||||
"Faction": {
|
||||
"type": "dword",
|
||||
@@ -97,17 +99,17 @@
|
||||
"type": "byte",
|
||||
"value": 24
|
||||
},
|
||||
"GenericType": {
|
||||
"type": "byte",
|
||||
"value": 4
|
||||
"GenericType_New": {
|
||||
"type": "dword",
|
||||
"value": 21
|
||||
},
|
||||
"Hardness": {
|
||||
"type": "byte",
|
||||
"value": 7
|
||||
"value": 8
|
||||
},
|
||||
"HP": {
|
||||
"type": "short",
|
||||
"value": 40
|
||||
"value": 20
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
@@ -139,7 +141,7 @@
|
||||
},
|
||||
"Locked": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"LocName": {
|
||||
"id": 5349,
|
||||
@@ -162,15 +164,15 @@
|
||||
},
|
||||
"OnDeath": {
|
||||
"type": "resref",
|
||||
"value": "x2_door_death"
|
||||
"value": "se_door_death"
|
||||
},
|
||||
"OnDisarm": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_disarmtrap01"
|
||||
},
|
||||
"OnFailToOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "door_fail2open"
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
@@ -186,7 +188,7 @@
|
||||
},
|
||||
"OnOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_close_door"
|
||||
},
|
||||
"OnSpellCastAt": {
|
||||
"type": "resref",
|
||||
@@ -206,7 +208,7 @@
|
||||
},
|
||||
"OpenLockDC": {
|
||||
"type": "byte",
|
||||
"value": 23
|
||||
"value": 30
|
||||
},
|
||||
"Plot": {
|
||||
"type": "byte",
|
||||
@@ -234,7 +236,7 @@
|
||||
},
|
||||
"TrapDetectDC": {
|
||||
"type": "byte",
|
||||
"value": 30
|
||||
"value": 34
|
||||
},
|
||||
"TrapDisarmable": {
|
||||
"type": "byte",
|
||||
@@ -246,11 +248,11 @@
|
||||
},
|
||||
"TrapOneShot": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 0
|
||||
},
|
||||
"TrapType": {
|
||||
"type": "byte",
|
||||
"value": 39
|
||||
"value": 35
|
||||
},
|
||||
"Will": {
|
||||
"type": "byte",
|
||||
@@ -301,7 +303,9 @@
|
||||
},
|
||||
"Description": {
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": ""
|
||||
}
|
||||
},
|
||||
"DisarmDC": {
|
||||
"type": "byte",
|
||||
@@ -315,8 +319,8 @@
|
||||
"type": "byte",
|
||||
"value": 16
|
||||
},
|
||||
"GenericType": {
|
||||
"type": "byte",
|
||||
"GenericType_New": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Hardness": {
|
||||
@@ -362,7 +366,9 @@
|
||||
"LocName": {
|
||||
"id": 5349,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": "Entryway"
|
||||
}
|
||||
},
|
||||
"OnClick": {
|
||||
"type": "resref",
|
||||
@@ -426,7 +432,7 @@
|
||||
},
|
||||
"Plot": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
@@ -559,7 +565,7 @@
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 7.416126251220703
|
||||
"value": 5.69498348236084
|
||||
},
|
||||
"YOrientation": {
|
||||
"type": "float",
|
||||
@@ -567,7 +573,7 @@
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 25.09304428100586
|
||||
"value": 24.98946571350098
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
|
||||
Reference in New Issue
Block a user