Custom creatures modded to suit their level
All constructs through dragons, and their associated items.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"ChallengeRating": {
|
||||
"type": "float",
|
||||
"value": 81.0
|
||||
"value": 50.0
|
||||
},
|
||||
"ClassList": {
|
||||
"type": "list",
|
||||
@@ -34,11 +34,11 @@
|
||||
"__struct_id": 2,
|
||||
"Class": {
|
||||
"type": "int",
|
||||
"value": 20
|
||||
"value": 7
|
||||
},
|
||||
"ClassLevel": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"ClassLevel": {
|
||||
"type": "short",
|
||||
"value": 25
|
||||
"value": 19
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -98,18 +98,25 @@
|
||||
"Equip_ItemList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "item011"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 256,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "mobring"
|
||||
"value": "item012"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 512,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "mobtrueseeing"
|
||||
"value": "item008"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -656,11 +663,11 @@
|
||||
},
|
||||
"MaxHitPoints": {
|
||||
"type": "short",
|
||||
"value": 8127
|
||||
"value": 7927
|
||||
},
|
||||
"NaturalAC": {
|
||||
"type": "byte",
|
||||
"value": 30
|
||||
"value": 0
|
||||
},
|
||||
"NoPermDeath": {
|
||||
"type": "byte",
|
||||
@@ -736,7 +743,7 @@
|
||||
},
|
||||
"ScriptSpawn": {
|
||||
"type": "resref",
|
||||
"value": "nw_c2_default9"
|
||||
"value": "dragonspawn2"
|
||||
},
|
||||
"ScriptSpellAt": {
|
||||
"type": "resref",
|
||||
@@ -1151,6 +1158,26 @@
|
||||
"type": "resref",
|
||||
"value": "ancientblackdr"
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "SCALE_SIZE"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 2
|
||||
},
|
||||
"Value": {
|
||||
"type": "float",
|
||||
"value": 1.200000047683716
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 3
|
||||
|
Reference in New Issue
Block a user