Updates areas, spawns, items, mobs
and fixed typos in convos up to convo_cashan
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"ChallengeRating": {
|
||||
"type": "float",
|
||||
"value": 11.0
|
||||
"value": 16.0
|
||||
},
|
||||
"ClassList": {
|
||||
"type": "list",
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"ClassLevel": {
|
||||
"type": "short",
|
||||
"value": 10
|
||||
"value": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"Con": {
|
||||
"type": "byte",
|
||||
"value": 15
|
||||
"value": 16
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
@@ -46,15 +46,15 @@
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
"value": 0
|
||||
"value": -5
|
||||
},
|
||||
"CurrentHitPoints": {
|
||||
"type": "short",
|
||||
"value": 150
|
||||
"value": 215
|
||||
},
|
||||
"DecayTime": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
"value": 5000
|
||||
},
|
||||
"Deity": {
|
||||
"type": "cexostring",
|
||||
@@ -69,7 +69,7 @@
|
||||
},
|
||||
"Dex": {
|
||||
"type": "byte",
|
||||
"value": 10
|
||||
"value": 16
|
||||
},
|
||||
"Disarmable": {
|
||||
"type": "byte",
|
||||
@@ -78,32 +78,39 @@
|
||||
"Equip_ItemList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 512,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "item008"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 16384,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewpsp001"
|
||||
"value": "mob5d6claw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 32768,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewpsp001"
|
||||
"value": "mob5d6claw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 65536,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "mobclaw8d8"
|
||||
"value": "mob5d6claw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 131072,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "wyrmlingred_skin"
|
||||
"value": "x0_wyrmlhide_red"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -122,6 +129,13 @@
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
"type": "word",
|
||||
"value": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
@@ -129,6 +143,13 @@
|
||||
"value": 228
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
"type": "word",
|
||||
"value": 391
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
@@ -143,6 +164,13 @@
|
||||
"value": 235
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
"type": "word",
|
||||
"value": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Feat": {
|
||||
@@ -187,7 +215,7 @@
|
||||
},
|
||||
"HitPoints": {
|
||||
"type": "short",
|
||||
"value": 150
|
||||
"value": 215
|
||||
},
|
||||
"Int": {
|
||||
"type": "byte",
|
||||
@@ -243,11 +271,11 @@
|
||||
},
|
||||
"MaxHitPoints": {
|
||||
"type": "short",
|
||||
"value": 170
|
||||
"value": 275
|
||||
},
|
||||
"NaturalAC": {
|
||||
"type": "byte",
|
||||
"value": 11
|
||||
"value": 10
|
||||
},
|
||||
"NoPermDeath": {
|
||||
"type": "byte",
|
||||
@@ -686,7 +714,7 @@
|
||||
},
|
||||
"Str": {
|
||||
"type": "byte",
|
||||
"value": 18
|
||||
"value": 22
|
||||
},
|
||||
"Subrace": {
|
||||
"type": "cexostring",
|
||||
@@ -722,6 +750,6 @@
|
||||
},
|
||||
"Wis": {
|
||||
"type": "byte",
|
||||
"value": 11
|
||||
"value": 12
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user