-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a Skill
GuyDarel edited this page Oct 6, 2021
·
4 revisions
-
name(String) -
description(String)
-
level(int) (-1) -
xp(int) (0) -
level_up_xp(int) (100) -
level_ratio(int) (1.5) -
level_up_events(Array) ([])
-
level(int)
-
events(Array) ([])
- These fields may appear in any order within the actual JSON object.
- The value adjacent to each listed field is its default value and is applied whenever that field is omitted.