|
@@ -41749,6 +41749,7 @@ Body:
|
|
|
Buy: 20
|
|
|
Weight: 10
|
|
|
Locations:
|
|
|
+ Head_Low: true
|
|
|
Head_Mid: true
|
|
|
Head_Top: true
|
|
|
Flags:
|
|
@@ -41763,6 +41764,7 @@ Body:
|
|
|
Buy: 20
|
|
|
Weight: 10
|
|
|
Locations:
|
|
|
+ Head_Low: true
|
|
|
Head_Mid: true
|
|
|
Head_Top: true
|
|
|
Flags:
|
|
@@ -51300,6 +51302,8 @@ Body:
|
|
|
Type: Card
|
|
|
Weight: 10
|
|
|
Locations:
|
|
|
+ Head_Low: true
|
|
|
+ Head_Mid: true
|
|
|
Head_Top: true
|
|
|
Flags:
|
|
|
BuyingStore: true
|
|
@@ -63337,42 +63341,42 @@ Body:
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus bAtkRate,25; bonus bVit,50; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bAtkRate,25; bonus bVit,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311121
|
|
|
AegisName: Ice_F_Orb_Sp_Int
|
|
|
Name: Ice Magic Orb (Spell Buster)
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC;
|
|
|
+ autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311122
|
|
|
AegisName: Ice_F_Orb_Fi_Dex
|
|
|
Name: Ice Magic Orb (Firing Shot)
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus bLongAtkRate,15; bonus bDex,50; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bLongAtkRate,15; bonus bDex,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311123
|
|
|
AegisName: Ice_F_Orb_Ov_Str
|
|
|
Name: Ice Magic Orb (Overpower)
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311124
|
|
|
AegisName: Ice_F_Orb_Fa_Agi
|
|
|
Name: Ice Magic Orb (Fatal Flash)
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus bCritAtkRate,25; bonus bAgi,50; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bCritAtkRate,25; bonus bAgi,50; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311125
|
|
|
AegisName: Ice_F_Orb_Lu_Luk
|
|
|
Name: Ice Magic Orb (Lucky Strike)
|
|
|
Type: Card
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
- autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC;
|
|
|
+ autobonus "{ bonus2 bMagicAtkEle,Ele_All,15; bonus bLuk,50; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
- Id: 311126
|
|
|
AegisName: Ice_F_Orb_A_Delay
|
|
|
Name: Ice Magic Orb (Delay After Attack)
|
|
@@ -70933,9 +70937,9 @@ Body:
|
|
|
SubType: Enchant
|
|
|
Script: |
|
|
|
.@g = getenchantgrade();
|
|
|
- bonus bMaxHPrate,-5;
|
|
|
+ bonus bMaxHPrate,-5;
|
|
|
bonus bMaxSPrate,-5;
|
|
|
- autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
if (.@g>=ENCHANTGRADE_D) {
|
|
|
bonus bLongAtkRate,5;
|
|
|
bonus bShortAtkRate,5;
|
|
@@ -70953,7 +70957,7 @@ Body:
|
|
|
.@g = getenchantgrade();
|
|
|
bonus bMaxHPrate,-5;
|
|
|
bonus bMaxSPrate,-5;
|
|
|
- autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC;
|
|
|
+ autobonus "{ bonus bInt,50; bonus bWis,15; bonus bSpl,15; }",30,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
if (.@g>=ENCHANTGRADE_D) {
|
|
|
bonus2 bMagicAtkEle,Ele_All,5;
|
|
|
if (.@g>=ENCHANTGRADE_C) {
|
|
@@ -70969,7 +70973,7 @@ Body:
|
|
|
.@g = getenchantgrade();
|
|
|
bonus bMaxHPrate,-5;
|
|
|
bonus bMaxSPrate,-5;
|
|
|
- autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,15; }",30,10000,BF_WEAPON;
|
|
|
+ autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
|
|
|
if (.@g>=ENCHANTGRADE_D) {
|
|
|
bonus bLongAtkRate,5;
|
|
|
bonus bShortAtkRate,5;
|
|
@@ -78734,6 +78738,7 @@ Body:
|
|
|
Trade:
|
|
|
NoDrop: true
|
|
|
NoTrade: true
|
|
|
+ NoSell: true
|
|
|
NoCart: true
|
|
|
NoStorage: true
|
|
|
NoGuildStorage: true
|
|
@@ -78746,6 +78751,7 @@ Body:
|
|
|
Trade:
|
|
|
NoDrop: true
|
|
|
NoTrade: true
|
|
|
+ NoSell: true
|
|
|
NoCart: true
|
|
|
NoStorage: true
|
|
|
NoGuildStorage: true
|