Made the CR of some creatures match their level
mostly lowering, but some I increased their level to match their CR. I don't know where some of these go, but generally the CR was way too high for no effort kills.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"ChallengeRating": {
|
||||
"type": "float",
|
||||
"value": 27.0
|
||||
"value": 28.0
|
||||
},
|
||||
"ClassList": {
|
||||
"type": "list",
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
"CRAdjust": {
|
||||
"type": "int",
|
||||
"value": -20
|
||||
"value": -26
|
||||
},
|
||||
"CurrentHitPoints": {
|
||||
"type": "short",
|
||||
@@ -89,6 +89,13 @@
|
||||
"Equip_ItemList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "item005"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 4,
|
||||
"EquippedRes": {
|
||||
@@ -96,6 +103,13 @@
|
||||
"value": "item007"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 128,
|
||||
"EquippedRes": {
|
||||
"type": "resref",
|
||||
"value": "item009"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 16384,
|
||||
"EquippedRes": {
|
||||
|
Reference in New Issue
Block a user