Custom creatures modded to suit their level

All constructs through dragons, and their associated items.
This commit is contained in:
EpicValor
2023-10-07 21:36:40 -05:00
parent d79c0759a9
commit 2dbcfb160b
70 changed files with 2819 additions and 888 deletions

View File

@@ -10,11 +10,11 @@
},
"Cha": {
"type": "byte",
"value": 10
"value": 12
},
"ChallengeRating": {
"type": "float",
"value": 52.0
"value": 42.0
},
"ClassList": {
"type": "list",
@@ -38,18 +38,7 @@
},
"ClassLevel": {
"type": "short",
"value": 25
}
},
{
"__struct_id": 2,
"Class": {
"type": "int",
"value": 15
},
"ClassLevel": {
"type": "short",
"value": 15
"value": 10
}
}
]
@@ -60,7 +49,7 @@
},
"Con": {
"type": "byte",
"value": 69
"value": 68
},
"Conversation": {
"type": "resref",
@@ -76,7 +65,7 @@
},
"DecayTime": {
"type": "dword",
"value": 0
"value": 5000
},
"Deity": {
"type": "cexostring",
@@ -88,7 +77,7 @@
},
"Dex": {
"type": "byte",
"value": 27
"value": 26
},
"Disarmable": {
"type": "byte",
@@ -96,7 +85,43 @@
},
"Equip_ItemList": {
"type": "list",
"value": []
"value": [
{
"__struct_id": 128,
"EquippedRes": {
"type": "resref",
"value": "item012"
}
},
{
"__struct_id": 16384,
"EquippedRes": {
"type": "resref",
"value": "sildrakclaw"
}
},
{
"__struct_id": 32768,
"EquippedRes": {
"type": "resref",
"value": "sildrakclaw"
}
},
{
"__struct_id": 65536,
"EquippedRes": {
"type": "resref",
"value": "sildrakclaw"
}
},
{
"__struct_id": 131072,
"EquippedRes": {
"type": "resref",
"value": "nw_it_creitemdrr"
}
}
]
},
"FactionID": {
"type": "word",
@@ -250,7 +275,7 @@
},
"Int": {
"type": "byte",
"value": 10
"value": 16
},
"Interruptable": {
"type": "byte",
@@ -280,11 +305,11 @@
},
"MaxHitPoints": {
"type": "short",
"value": 2430
"value": 1560
},
"NaturalAC": {
"type": "byte",
"value": 14
"value": 10
},
"NoPermDeath": {
"type": "byte",
@@ -360,7 +385,7 @@
},
"ScriptSpawn": {
"type": "resref",
"value": "nw_c2_default9"
"value": "dragonspawn2"
},
"ScriptSpellAt": {
"type": "resref",
@@ -650,7 +675,7 @@
},
"SoundSetFile": {
"type": "word",
"value": 50
"value": 441
},
"SpecAbilityList": {
"type": "list",
@@ -1004,11 +1029,11 @@
},
"StartingPackage": {
"type": "byte",
"value": 0
"value": 80
},
"Str": {
"type": "byte",
"value": 24
"value": 26
},
"Subrace": {
"type": "cexostring",
@@ -1030,6 +1055,26 @@
"type": "resref",
"value": "sildrak"
},
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "SCALE_SIZE"
},
"Type": {
"type": "dword",
"value": 2
},
"Value": {
"type": "float",
"value": 1.22000002861023
}
}
]
},
"WalkRate": {
"type": "int",
"value": 4
@@ -1044,6 +1089,6 @@
},
"Wis": {
"type": "byte",
"value": 10
"value": 14
}
}