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": 33.0
|
||||
"value": 26.0
|
||||
},
|
||||
"ClassList": {
|
||||
"type": "list",
|
||||
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
"value": -3
|
||||
"value": -8
|
||||
},
|
||||
"CurrentHitPoints": {
|
||||
"type": "short",
|
||||
@@ -78,6 +78,13 @@
|
||||
"Equip_ItemList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 128,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "item012"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 16384,
|
||||
"EquippedRes": {
|
||||
@@ -184,7 +191,7 @@
|
||||
},
|
||||
"Int": {
|
||||
"type": "byte",
|
||||
"value": 18
|
||||
"value": 12
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
@@ -251,7 +258,7 @@
|
||||
},
|
||||
"NaturalAC": {
|
||||
"type": "byte",
|
||||
"value": 32
|
||||
"value": 10
|
||||
},
|
||||
"NoPermDeath": {
|
||||
"type": "byte",
|
||||
@@ -327,7 +334,7 @@
|
||||
},
|
||||
"ScriptSpawn": {
|
||||
"type": "resref",
|
||||
"value": "nw_c2_default9"
|
||||
"value": "dragonspawn2"
|
||||
},
|
||||
"ScriptSpellAt": {
|
||||
"type": "resref",
|
||||
@@ -712,6 +719,26 @@
|
||||
"type": "resref",
|
||||
"value": "nasgarthiangreen"
|
||||
},
|
||||
"VarTable": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Name": {
|
||||
"type": "cexostring",
|
||||
"value": "SCALE_SIZE"
|
||||
},
|
||||
"Type": {
|
||||
"type": "dword",
|
||||
"value": 2
|
||||
},
|
||||
"Value": {
|
||||
"type": "float",
|
||||
"value": 0.8999999761581421
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"WalkRate": {
|
||||
"type": "int",
|
||||
"value": 7
|
||||
|
||||
Reference in New Issue
Block a user