ro-webgl/Assets/Lua/Config/GuildWarBuffCfg.lua

21 lines
664 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local GuildWarBuffCfg = {
[1]={
['Id']=1,
['SortId']=101,
['Price']={{2,50},{2,100},{2,150},{2,200},{2,250},{2,300},{2,350},{2,400},{2,450},{2,500}},
['Desc']='每叠加1层印记在公会战中造成的伤害额外提升<color=#00ab65>5%</color>',
['Mark']=99001,
['Icon']='Buff/ic_buff_003',
['Name']='增伤buff',
},
[2]={
['Id']=2,
['SortId']=102,
['Price']={{2,50},{2,100},{2,150},{2,200},{2,250},{2,300},{2,350},{2,400},{2,450},{2,500}},
['Desc']='每叠加1层印记在公会战中受到的伤害额外减少<color=#00ab65>5%</color>',
['Mark']=99002,
['Icon']='Buff/ic_buff_004',
['Name']='减伤buff',
},
}
return GuildWarBuffCfg