From bcbeaa687f7869a8801c479d0dce0aa2a5a34200 Mon Sep 17 00:00:00 2001 From: Atemo Date: Thu, 12 Nov 2020 15:06:28 +0100 Subject: [PATCH] Corrected some typo in shadow equipments (#5539) * Corrected typo from https://github.com/rathena/rathena/commit/e287d8ce54e6a389fb71a21f94f54ecb441caa96 * SQL update Fixed #5537 Thanks to @computer294 --- db/re/item_db_equip.yml | 17 +++++++++-------- sql-files/item_db_re_equip.sql | 16 ++++++++-------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 356ed03120..4093861c70 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -90156,7 +90156,7 @@ Body: bonus2 bAddSize,Size_All,10; } else if (.@r>=7) { - bonus2 bAddSize,Size_All,7; + bonus2 bAddSize,Size_All,6; } else { bonus2 bAddSize,Size_All,3; @@ -90233,7 +90233,7 @@ Body: bonus bLongAtkRate,10; } else if (.@r>=7) { - bonus bLongAtkRate,7; + bonus bLongAtkRate,6; } else { bonus bLongAtkRate,3; @@ -90276,7 +90276,7 @@ Body: bonus2 bAddSize,Size_All,10; } else if (.@r>=7) { - bonus2 bAddSize,Size_All,7; + bonus2 bAddSize,Size_All,6; } else { bonus2 bAddSize,Size_All,3; @@ -90497,7 +90497,7 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bMagicAddSize,Size_All,3; + bonus2 bMagicAddSize,Size_All,3+2*(getrefine()/3); - Id: 24497 AegisName: S_Magnus_Weapon @@ -92008,7 +92008,7 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_OVERBRAND",5; + bonus2 bSkillAtk,"LG_OVERBRAND",5+2*(getrefine()/2); - Id: 24573 AegisName: S_Brand_Shield @@ -92095,7 +92095,7 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_SHIELDPRESS",5; + bonus2 bSkillAtk,"LG_SHIELDPRESS",5+2*(getrefine()/2); - Id: 24577 AegisName: S_Chain_Press_Earing @@ -92112,7 +92112,7 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"PA_SHIELDCHAIN",5; + bonus2 bSkillAtk,"PA_SHIELDCHAIN",5+2*(getrefine()/2); - Id: 24578 AegisName: S_Banish_Cannon_Armor @@ -92129,7 +92129,8 @@ Body: EquipLevelMin: 99 Refineable: true Script: | - bonus2 bSkillAtk,"LG_BANISHINGPOINT",5+2*(getrefine()/2); + bonus2 bSkillAtk,"LG_BANISHINGPOINT",5; + bonus2 bSkillAtk,"LG_CANNONSPEAR",2*(getrefine()/2); - Id: 24579 AegisName: S_Banish_Cannon_Shield diff --git a/sql-files/item_db_re_equip.sql b/sql-files/item_db_re_equip.sql index 01d9f0dada..41dd5d1c76 100644 --- a/sql-files/item_db_re_equip.sql +++ b/sql-files/item_db_re_equip.sql @@ -5479,13 +5479,13 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_blacksmi REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24476,'S_Rampage_Armor','Rampage Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24477,'S_Rampage_Shield','Rampage Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus bLongAtkRate,10;\n}\nelse if (.@r>=7) {\n bonus bLongAtkRate,7;\n}\nelse {\n bonus bLongAtkRate,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24478,'S_Rampage_Shoes','Rampage Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-200-100*(getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24479,'S_Skynetblow_Weapon','Sky Blow Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,7;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24479,'S_Skynetblow_Weapon','Sky Blow Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24480,'S_Skynetblow_Pendant','Sky Blow Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"SR_SKYNETBLOW",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24481,'S_Skynetblow_Earing','Sky Net Blow Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bAddClass,Class_All,2+(getrefine()/3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24482,'S_Knucklearrow_Armor','Knuckle Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"SR_KNUCKLEARROW",5+2*(getrefine()/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24483,'S_Knucklearrow_Shield','Knuckle Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus bLongAtkRate,10;\n}\nelse if (.@r>=7) {\n bonus bLongAtkRate,7;\n}\nelse {\n bonus bLongAtkRate,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24483,'S_Knucklearrow_Shield','Knuckle Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus bLongAtkRate,10;\n}\nelse if (.@r>=7) {\n bonus bLongAtkRate,6;\n}\nelse {\n bonus bLongAtkRate,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24484,'S_Knucklearrow_Shoes','Knuckle Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bAddSize,Size_All,3+2*(getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24485,'S_TigerCannon_Weapon','Tiger Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,7;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24485,'S_TigerCannon_Weapon','Tiger Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24486,'S_Tigercannon_Pendant','Tiger Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"SR_TIGERCANNON",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24487,'S_Tigercannon_Earing','Tiger Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillUseSPrate,"SR_TIGERCANNON",2+(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24488,'S_Duplelight_Armor','Duplex Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"AB_DUPLELIGHT",5+2*(getrefine()/2);'); @@ -5496,7 +5496,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`, REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24493,'S_Adoramus_Earing','Adora Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillUseSPrate,"AB_ADORAMUS",2+(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24494,'S_Judex_Armor','Judex Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"AB_JUDEX",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24495,'S_Judex_Shield','Judex Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nelse if (.@r>=7) {\n bonus2 bMagicAtkEle,Ele_Holy,6;\n}\nelse {\n bonus2 bMagicAtkEle,Ele_Holy,3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24496,'S_Judex_Shoes','Judex Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bMagicAddSize,Size_All,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24496,'S_Judex_Shoes','Judex Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bMagicAddSize,Size_All,3+2*(getrefine()/3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24497,'S_Magnus_Weapon','Magnus Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nelse if (.@r>=7) {\n bonus2 bMagicAtkEle,Ele_Holy,6;\n}\nelse {\n bonus2 bMagicAtkEle,Ele_Holy,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24498,'S_Magnus_Pendant','Magnus Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"PR_MAGNUS",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_priest`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24499,'S_Magnus_Earing','Magnus Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillUseSPrate,"PR_MAGNUS",2+(getrefine()/2);'); @@ -5572,13 +5572,13 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_alchemis REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_alchemist`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24569,'S_Crazy_Weapon','Crazy Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_alchemist`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24570,'S_Crazy_Pendant','Crazy Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"GN_CRAZYWEED",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_alchemist`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24571,'S_Crazy_Earing','Crazy Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillCooldown,"GN_CRAZYWEED",-200-100*(getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24572,'S_Brand_Armor','Brand Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_OVERBRAND",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24572,'S_Brand_Armor','Brand Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_OVERBRAND",5+2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24573,'S_Brand_Shield','Brand Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24574,'S_Brand_Shoes','Brand Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_OVERBRAND",5;\nbonus bDelayrate,-1*(getrefine()/3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24575,'S_Chain_Press_Weapon','Chain Press Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24576,'S_Chain_Press_Pendant','Chain Press Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_SHIELDPRESS",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24577,'S_Chain_Press_Earing','Chain Press Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"PA_SHIELDCHAIN",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24578,'S_Banish_Cannon_Armor','Banishing Cannon Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_BANISHINGPOINT",5+2*(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_left_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24576,'S_Chain_Press_Pendant','Chain Press Shadow Pendant','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_SHIELDPRESS",5+2*(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_right_accessory`,`equip_level_min`,`refineable`,`script`) VALUES (24577,'S_Chain_Press_Earing','Chain Press Shadow Earring','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"PA_SHIELDCHAIN",5+2*(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_armor`,`equip_level_min`,`refineable`,`script`) VALUES (24578,'S_Banish_Cannon_Armor','Banishing Cannon Shadow Armor','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillAtk,"LG_BANISHINGPOINT",5;\nbonus2 bSkillAtk,"LG_CANNONSPEAR",2*(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24579,'S_Banish_Cannon_Shield','Banishing Cannon Shadow Shield','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bAddSize,Size_All,10;\n}\nelse if (.@r>=7) {\n bonus2 bAddSize,Size_All,6;\n}\nelse {\n bonus2 bAddSize,Size_All,3;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_shoes`,`equip_level_min`,`refineable`,`script`) VALUES (24580,'S_Banish_Cannon_Shoes','Banishing Cannon Shadow Shoes','ShadowGear',true,true,true,true,true,99,true,'bonus2 bSkillCooldown,"LG_CANNONSPEAR",-200-100*(getrefine()/3);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`job_crusader`,`class_third`,`class_third_upper`,`class_third_baby`,`location_shadow_weapon`,`equip_level_min`,`refineable`,`script`) VALUES (24581,'S_Genesis_Weapon','Genesis Shadow Weapon','ShadowGear',true,true,true,true,true,99,true,'.@r = getrefine();\nif (.@r>=9) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nelse if (.@r>=7) {\n bonus2 bMagicAtkEle,Ele_Holy,6;\n}\nelse {\n bonus2 bMagicAtkEle,Ele_Holy,3;\n}');