fixed basic movement, now add world loading
This commit is contained in:
parent
34ba37312a
commit
50f37ebc5f
23 changed files with 482 additions and 27 deletions
28
packs/base/data/creatures/creatures.json
Normal file
28
packs/base/data/creatures/creatures.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue