Minecraft(我的世界)中文论坛
标题: 关于SkillAPI的配置
作者: Exsu 时间: 2016-1-12 15:19
标题: 关于SkillAPI的配置
我设置了一个技能,有伤害凋零效果。问题是对其他玩家释放时他们只会受到凋零效果却不会受到伤害,求解
配置参数:
End打击:
name: 'End打击'
type: '主动技能'
max-level: 5
skill-req-lvl: 1
needs-permission: 'false'
attributes:
cost-scale: 0
level-scale: 0
cooldown-scale: 0
mana-scale: 0
mana-base: 0
level-base: 1
cooldown-base: 1
cost-base: 1
msg: '&6{player} &2has cast &6{skill}'
icon: 'JACK_O_LANTERN'
icon-data: 0
icon-lore:
- '&d{name} &7({level}/{max})'
- '&2Type: &6{type}'
- ''
- '{req:level}Level: {attr:level}'
- '{req:cost}Cost: {attr:cost}'
- ''
- '&2Mana: {attr:mana}'
- '&2Cooldown: {attr:cooldown}'
desc: []
components:
Cast:
type: 'trigger'
data:
icon-key: ''
children:
Warp-b:
type: 'mechanic'
data:
right-base: 0
forward-scale: 0
icon-key: ''
upward-scale: 0
walls: 'True'
right-scale: 0
upward-base: 0
counts: 'True'
forward-base: 5
children: {}
Area-c:
type: 'target'
data:
max-base: 99
icon-key: ''
caster: 'fslse'
radius-base: 2
max-scale: 0
radius-scale: 0
group: 'Enemy'
wall: 'True'
children:
Damage-d:
type: 'mechanic'
data:
icon-key: ''
value-scale: 0
value-base: 7
counts: 'True'
type: 'Damage'
children: {}
Potion-e:
type: 'mechanic'
data:
icon-key: ''
tier-scale: 0
seconds-scale: 0
tier-base: 3
potion: 'Wither'
counts: 'True'
seconds-base: 3
ambient: 'False'
children: {}
作者: 雪狼神 时间: 2016-1-17 10:17
End打击.yml
(1.87 KB, 下载次数: 29)
你那个是在原地释放后再传送的,给你加了个0.1秒延迟,应该可以了
作者: Exsu 时间: 2016-1-17 11:50
还是对玩家没有damage的属性。。。这和延迟恐怕没关系,我的设定在mob上面测试是正常的
作者: 雪狼神 时间: 2016-1-17 12:00
pvp开了没有,还有就是skillapi里配置文件里的是不是改成了所有玩家都变成队友
作者: Exsu 时间: 2016-1-17 14:00
可以pvp,插件的配置的盟友我试了开了又关还是不行,本来想编辑在帖子里说的。。好像不给编辑