
Weapon Staff
M.Atk+125, INT + 3. Increases healing effect by 5%. Magic attacks have a chance to recover HP and SP.
INT +2
When using a single target magic skill, there is a 10% chance to restore 5% HP and 5% SP
INT +2;When using a single target magic skill, there is a 10% chance to restore 5% HP and 5% SP
INT +3
M.Atk +43
M.Atk +56
When using a single target magic skill, has a 20% chance to restore 5% HP and 5% SP. When killing a monster with a single target magic skill, restores 5% HP and 5% SP immediately. (CoolDown: 10 seconds)
Formula
{
"id": 20150,
"Dsc": "INT +2",
"BuffName": "Release of Wish",
"BuffRate": {
"Odds": 100
},
"BuffEffect": {
"Int": 2,
"type": "AttrChange"
}
}
Formula
{
"id": 20151,
"Dsc": "When using a single target magic skill, there is a 10% chance to restore 5% HP and 5% SP",
"BuffName": "Release of Wish [restore M.Atk]",
"BuffRate": {
"Odds": 100
},
"Condition": {
"type": "Attack",
"magic_skill": 1,
"just_lockSkill": 1
},
"BuffEffect": {
"id": [
20152
],
"type": "AddBuff"
}
}
Formula
{
"id": 20152,
"BuffName": "Release of Wish [restore M.Atk]",
"BuffRate": {
"Odds": 10
},
"BuffEffect": {
"Hp": {
"a": 0.05,
"b": 0,
"type": 6
},
"Sp": {
"b": 0.05,
"type": 15
},
"type": "HSPChange"
}
}
Formula
{
"id": 140615,
"VID": 19022009,
"Desc": "##108029",
"Icon": "item_40615",
"Type": "Staff",
"Model": "Release_Of_Wish",
"Effect": {
"MAtk": 75
},
"MaxNum": 99,
"NameZh": "##110369",
"SuitID": [
0
],
"Feature": 1,
"Quality": 3,
"display": [
0
],
"CanEquip": [
21,
22,
23,
24,
25,
223,
224,
225,
82,
83,
84,
85,
183,
184,
185,
615,
635,
645,
675,
735,
755,
765
],
"CardSlot": 2,
"ModelDir": "Assets/Art/Model/Role/Weapon/Staff/Release_Of_Wish",
"EffectAdd": {
"MAtk": 0.7
},
"EquipType": 1,
"SellPrice": 900,
"ShadowOff": 0,
"RefineMaxlv": 15,
"AuctionPrice": 1,
"RefineEffect": {
"MRefine": 12
},
"UniqueEffect": {
"buff": [
20150,
20151
]
}
}