2025/09/04 Update
Implemented class titles for randomized mobs with class levels. Full compile.
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
"value": 94
|
||||
"value": 1029
|
||||
},
|
||||
"Race": {
|
||||
"type": "byte",
|
||||
@@ -757,7 +757,7 @@
|
||||
},
|
||||
"SoundSetFile": {
|
||||
"type": "word",
|
||||
"value": 65535
|
||||
"value": 196
|
||||
},
|
||||
"SpecAbilityList": {
|
||||
"type": "list",
|
||||
@@ -791,6 +791,41 @@
|
||||
"type": "resref",
|
||||
"value": "en3_bardgood"
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "SET_NAME"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 3
|
||||
},
|
||||
"Value": {
|
||||
"type": "cexostring",
|
||||
"value": "RANDOM"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "RND_BARD"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Value": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 7
|
||||
|
Reference in New Issue
Block a user