You can create skill by right click in `Project` window then select `Create` -> `Create GameData` -> `Skill` -> `Skill`  After the skill created. Set its name, its name must be unique unlike other data because we're going to use it as data id (*You can change filename later after you have done the setup*)  There are following configs - `Title` is default title. if you want to set title for specific language you can set it to `Titles` -...
Scanned 9/8/2026
Install to Claude Code
npx -y skills add suriyun-production/mmorpg-kit-docs --skill pages --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pages?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/suriyun-production-pages-mmorpg-kit-docs)More formats (shields.io, HTML) on the badges page.
# How to create Buff Skill
You can create skill by right click in `Project` window then select `Create` -> `Create GameData` -> `Skill` -> `Skill`

After the skill created. Set its name, its name must be unique unlike other data because we're going to use it as data id (*You can change filename later after you have done the setup*)

There are following configs
- `Title` is default title. if you want to set title for specific language you can set it to `Titles`
- `Titles` is language specific titles. You can set title for specific language key, language key must be the key which existed in `Language Manager` -> `Language List`
- `Description` is default description. if you want to set description for specific language you can set it to `Descriptions`
- `Descriptions` is language specific descriptions. You can set description for specific language key, language key must be the key which existed in `Language Manager` -> `Language List`
- `Icon` is icon which represent item appearance
Then we're going to create `Buff Skill` so set `Skill Type` to `Active` and also set `Skill Attack Type` to `None` because it will not attack other characters when use this skill.

There are following configs for `Buff Skill`
- `Max Level` max level that character can learn this skill
- `Move Speed Rate While Using Skill` this value will multiplies with character move speed stats while character is using this skill, set this to 0 if you want to make character don't move while using this skill. This will be in-use with active skills and craft s only.
- `Skill Cast Effects` collection of effects while casting skill (before activate).
- `Cast Duration` casting skill duration (before activate). This will be in-use with active skills and craft skills.
- `Can Be Interrupted While Casting` if this is `TRUE` character will not able to move while casting this skill. This will be in-use with active skills and craft skills.
- `Available Weapons` if character equipped weapons that set in this list, character will be able to use this skill. Set this list to be empty, to make character able to use this skill while equip or not equip any weapons. This will be in-use with active skills and craft skills.
- `Consume Mp` amount of Mp which required to use this skill. its `Base Amount` is amount of required Mp when skill level is 1. Its `Amount Increase Each Level` is increasing amount of required Mp when skill level > 0. This will be in-use with active skills and craft skills.
- `Cooldown Duration` cooldown before allow to use skill next time. its `Base Amount` is duration when skill level is 1. Its `Amount Increase Each Level` is increasing duration when skill level > 0. This will be in-use with active skills and craft skills.
- `Requirement` is requirement for level up this skill. if character hasn't pass this requirement. it will not able to level up this skill.
## Buff Configs
- `Skill Buff Type` set it to `Buff To User` if you want this skill applies buff to user character only. `Buff To Nearby Allies` it will applies buff to nearby allies characters (such as party members, pets). `Buff To Nearby Characters` it will applies buff to nearby characters including with an enemies. `Buff To Target` have to select target character before use this skill, it will applies buff to selected character. `Toggle` this is like `Buff To User` but toggleable.
- `Buff Distance` is distance to applies buffs.
- `Buff` applying buff while character learned this skill.
* * *
That's an configs for `Buff Skill`
After finish the setup, add it to your [game database](pages/103-game-database.md). If you're using `Resources Folder Game Database` as your [game database](pages/103-game-database.md), you must put it in `Resources` folder.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!