You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
717 B
42 lines
717 B
2 years ago
|
{
|
||
|
"name": "critter",
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "untamedwilds:aardvark",
|
||
|
"weight": 2,
|
||
|
"size_min": 1,
|
||
|
"size_max": 2
|
||
|
},
|
||
|
{
|
||
|
"type": "untamedwilds:newt",
|
||
|
"weight": 2,
|
||
|
"size_min": 2,
|
||
|
"size_max": 4
|
||
|
},
|
||
|
{
|
||
|
"type": "untamedwilds:snake",
|
||
|
"weight": 4,
|
||
|
"size_min": 1,
|
||
|
"size_max": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "untamedwilds:softshell_turtle",
|
||
|
"weight": 3,
|
||
|
"size_min": 2,
|
||
|
"size_max": 4
|
||
|
},
|
||
|
{
|
||
|
"type": "untamedwilds:tortoise",
|
||
|
"weight": 3,
|
||
|
"size_min": 1,
|
||
|
"size_max": 3
|
||
|
},
|
||
|
{
|
||
|
"type": "untamedwilds:tarantula",
|
||
|
"weight": 0,
|
||
|
"size_min": 0,
|
||
|
"size_max": 0
|
||
|
}
|
||
|
]
|
||
|
}
|