赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 4 |
经验 | 0 |
最后登录 | 2019-1-27 |
在线时间 | 40 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 375
- 在线时间
- 40 小时
- 注册时间
- 2018-12-23
- 帖子
- 127
|
9楼
楼主 |
发表于 2018-12-24 16:05:23
|
只看该作者
还有代码备注里的这段代码,貌似也有点价值
* Skill and Item Notetags:
* <damage formula>
* value = 500;
* value += 2500;
* </damage formula>
* This will overwrite the damage formula found at the top and use the
* strings in the middle as the formula instead. Keep in mind that using
* comments here will cancel out anything following after. New variables can
* be used, too, to make damage calculations a bit easier.
*
* value - Refers to the amount that will become the base damage value.
* user - Refers to the actor/enemy using the skill/item.
* subject - Refers to the actor/enemy using the skill/item.
* target - Refers to the target actor/enemy on the receiving end of
* the skill/item.
* |
|