-
Notifications
You must be signed in to change notification settings - Fork 39
Enemies Parties
jjppof edited this page Oct 26, 2022
·
6 revisions
Database file for enemies parties. See an example. This json file is an array of objects, each object corresponds to a party.
-
key_name
[string]
: party unique key_name. -
name
[string]
: the party name. -
can_escape
[boolean]
: whether it can escape or not. -
active_storage_key
[string]
: key name of a storage value. If this storage value is false, this party will never be picked by random battles. -
djinn
[string]
: set this property with a djinni key name if this party represents a djinni that can be found on the world map. After winning this djinni, an animation to retrieve will start. Use this property with conjunction withactive_storage_key
. -
members
[array]
: the members of the party.-
key
[string]
: the enemy key name. -
min
[number]
: the min number of this enemy in the party. -
max
[number]
: the max number of this enemy in the party.
-
- Home
- Introduction for developers
- Tutorials
- Game initialization settings
- Map settings
-
Game Events
- Add item to party event
- Audio play event
- Battle event
- Branch event
- Camera fade event
- Camera follow event
- Camera move event
- Camera shake event
- Casting aura event
- Change collision layer event
- Char animation play event
- Char blend mode event
- Char exp event
- Char fall event
- Char hue event
- Char item manipulation event
- Char level change event
- Char rotation event
- Char shadow visibility event
- Char tween position event
- Chest event
- Colorize char event
- Colorize map event
- Control bgm event
- Create storage var event
- Custom collision body event
- Destroyer event
- Dialog event
- Djinn get event
- Djinn set status event
- Emoticon event
- Event activation event
- Event caller event
- Event holder event
- Event loop event
- Exit Sand mode event
- Face direction event
- Flame char event
- Generic sprite event
- Grant ability event
- IO anim play event
- IO tween position event
- Item checks event
- Jump event
- Layer tween event
- Layer visibility event
- Look event
- Main chars join split event
- Map blend mode event
- Map opacity event
- Move event
- Outline char event
- Particles event
- Party join event
- Permanent status event
- Psynergy stone event
- Set char activation event
- Set char collision event
- Set char visibility event
- Set IO activation event
- Set IO collision event
- Set IO visibility event
- Set NPC collision event
- Set party coins event
- Set value event
- Storage change event
- Summon event
- Teleport event
- Tile event manage event
- Timer event
- Tint char event
- Databases
- Code reference