- UID
- 2560287
- 主题
- 0
- 阅读权限
- 20
- 帖子
- 392
- 精华
- 0
- 积分
- 196
- 金钱
- 2017
- 荣誉
- 0
- 人气
- 0
- 在线时间
- 456 小时
- 评议
- 0
- 帖子
- 392
- 精华
- 0
- 积分
- 196
- 金钱
- 2017
- 荣誉
- 0
- 人气
- 0
- 评议
- 0
|
可以改的,以失明为例
spell_blind {
category=s
profit=4
price=9000
image=book_spell_blind.png
button_image=book_scroll_blind.png
icon=s_overtime_blind.png
label=SN_blind
attack=scripted
onremove=spell_blind_attack_onremove
school=2
hint=spell_blind_hint
hint_header=spell_blind_header
icon=book_spell_blind.png
scripted {
no_hint=1
script_attack=spell_blind_attack
script_calccells=calccells_all_enemy_level
attack_cursor=magicstick
ad_factor=0 // use attack/defense
nfeatures=eyeless,magic_immunitet,pawn,boss
}
params {
duration=2,2,2//这部分是魔法的持续时间,把数字改为几,就是持续几回合,三个数字分别对应三个等级的混乱魔法
level=2,3,4
int=0
type=penalty
}
levels {
// level = mana_cost, crystals_cost to upgrade from previous level
1=10,4
2=15,8
3=20,12
}
} |
|