28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"schema": 1,
|
|
"creatures": [
|
|
{
|
|
"id": "creature:ember_fox",
|
|
"name": "Ember Fox",
|
|
"types": ["type:ember"],
|
|
"biomes": ["biome:forest"],
|
|
"time_windows": ["day", "night"],
|
|
"base_hp": 20,
|
|
"base_atk": 8,
|
|
"base_def": 6,
|
|
"capture_difficulty": 1
|
|
},
|
|
{
|
|
"id": "creature:dew_sprout",
|
|
"name": "Dew Sprout",
|
|
"types": ["type:flora"],
|
|
"biomes": ["biome:plains"],
|
|
"time_windows": ["morning", "day"],
|
|
"base_hp": 18,
|
|
"base_atk": 6,
|
|
"base_def": 7,
|
|
"capture_difficulty": 1
|
|
}
|
|
]
|
|
}
|
|
|