Skip to content

Commit

Permalink
Add missing MODs for Arasy Weapons (#2179)
Browse files Browse the repository at this point in the history
* Add missing MODs for Arasy Weapons

Adds MODs (and applicable Pet MODs) for:

Arasy Knife / +1
Arasy Sword / +1
Arasy Claymore / +1
Arasy Tabar / +1

* 808s and Line Breaks
  • Loading branch information
neuromancerxi authored Jul 21, 2022
1 parent 703797a commit ab990eb
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
58 changes: 58 additions & 0 deletions sql/item_mods.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43615,6 +43615,22 @@ INSERT INTO `item_mods` VALUES (21528,25,40); -- ACC: 40
INSERT INTO `item_mods` VALUES (21529,8,30); -- STR: 30
INSERT INTO `item_mods` VALUES (21529,25,40); -- ACC: 40

-- Arasy Knife
INSERT INTO `item_mods` VALUES (21554,9,6); -- DEX: 6
INSERT INTO `item_mods` VALUES (21554,11,6); -- AGI: 6
INSERT INTO `item_mods` VALUES (21554,14,6); -- CHR: 6
INSERT INTO `item_mods` VALUES (21554,25,10); -- ACC: 10
INSERT INTO `item_mods` VALUES (21554,31,22); -- EVA: 22
INSERT INTO `item_mods` VALUES (21554,165,2); -- CRITHITRATE: 2

-- Arasy Knife +1
INSERT INTO `item_mods` VALUES (21555,9,11); -- DEX: 11
INSERT INTO `item_mods` VALUES (21555,11,11); -- AGI: 11
INSERT INTO `item_mods` VALUES (21555,14,11); -- CHR: 11
INSERT INTO `item_mods` VALUES (21555,25,15); -- ACC: 15
INSERT INTO `item_mods` VALUES (21555,31,27); -- EVA: 27
INSERT INTO `item_mods` VALUES (21555,165,3); -- CRITHITRATE: 3

-- Ajja Knife
INSERT INTO `item_mods` VALUES (21562,25,20); -- ACC: 20
INSERT INTO `item_mods` VALUES (21562,30,20); -- MACC: 20
Expand Down Expand Up @@ -43742,6 +43758,20 @@ INSERT INTO `item_mods` VALUES (21584,26,50); -- RACC: 50
INSERT INTO `item_mods` VALUES (21584,30,50); -- MACC: 50
INSERT INTO `item_mods` VALUES (21584,311,217); -- MAGIC_DAMAGE: 217

-- Arasy Sword
INSERT INTO `item_mods` VALUES (21604,9,6); -- DEX: 6
INSERT INTO `item_mods` VALUES (21604,10,6); -- VIT: 6
INSERT INTO `item_mods` VALUES (21604,13,6); -- MND: 6
INSERT INTO `item_mods` VALUES (21604,25,10); -- ACC: 10
INSERT INTO `item_mods` VALUES (21604,291,3); -- COUNTER: 3

-- Arasy Sword +1
INSERT INTO `item_mods` VALUES (21605,9,11); -- DEX: 11
INSERT INTO `item_mods` VALUES (21605,10,11); -- VIT: 11
INSERT INTO `item_mods` VALUES (21605,13,11); -- MND: 11
INSERT INTO `item_mods` VALUES (21605,25,15); -- ACC: 15
INSERT INTO `item_mods` VALUES (21605,291,5); -- COUNTER: 5

-- Enriching Sword
INSERT INTO `item_mods` VALUES (21606,28,14); -- MATT: 14
INSERT INTO `item_mods` VALUES (21606,311,108); -- MAGIC_DAMAGE: 108
Expand Down Expand Up @@ -43865,6 +43895,20 @@ INSERT INTO `item_mods` VALUES (21633,30,50); -- MACC: 50
INSERT INTO `item_mods` VALUES (21633,122,20); -- BLUE: 20
INSERT INTO `item_mods` VALUES (21633,311,217); -- MAGIC_DAMAGE: 217

-- Arasy Claymore
INSERT INTO `item_mods` VALUES (21654,8,12); -- STR: 12
INSERT INTO `item_mods` VALUES (21654,9,12); -- DEX: 12
INSERT INTO `item_mods` VALUES (21654,23,15); -- ATT: 15
INSERT INTO `item_mods` VALUES (21654,73,3); -- STORETP: 3
INSERT INTO `item_mods` VALUES (21654,841,2); -- ALL_WSDMG_FIRST_HIT: 2

-- Arasy Claymore +1
INSERT INTO `item_mods` VALUES (21655,8,17); -- STR: 17
INSERT INTO `item_mods` VALUES (21655,9,17); -- DEX: 17
INSERT INTO `item_mods` VALUES (21655,23,20); -- ATT: 20
INSERT INTO `item_mods` VALUES (21655,73,5); -- STORETP: 5
INSERT INTO `item_mods` VALUES (21655,841,3); -- ALL_WSDMG_FIRST_HIT: 3

-- Dyrnwyn
INSERT INTO `item_mods` VALUES (21656,23,43); -- ATT: 43
INSERT INTO `item_mods` VALUES (21656,25,25); -- ACC: 25
Expand Down Expand Up @@ -43998,6 +44042,20 @@ INSERT INTO `item_mods` VALUES (21700,25,20); -- ACC: 20
-- Blurred Claymore +1
INSERT INTO `item_mods` VALUES (21701,25,25); -- ACC: 25

-- Arasy Tabar
INSERT INTO `item_mods` VALUES (21704,8,6); -- STR: 6
INSERT INTO `item_mods` VALUES (21704,9,6); -- DEX: 6
INSERT INTO `item_mods` VALUES (21704,11,6); -- AGI: 6
INSERT INTO `item_mods` VALUES (21704,25,10); -- ACC: 10
INSERT INTO `item_mods` VALUES (21704,345,100); -- TP_BONUS: 100

-- Arasy Tabar +1
INSERT INTO `item_mods` VALUES (21705,8,11); -- STR: 11
INSERT INTO `item_mods` VALUES (21705,9,11); -- DEX: 11
INSERT INTO `item_mods` VALUES (21705,11,11); -- AGI: 11
INSERT INTO `item_mods` VALUES (21705,25,15); -- ACC: 15
INSERT INTO `item_mods` VALUES (21705,345,150); -- TP_BONUS: 150

-- Barbarity
INSERT INTO `item_mods` VALUES (21706,2,68); -- HP: 68
INSERT INTO `item_mods` VALUES (21706,8,23); -- STR: 23
Expand Down
6 changes: 6 additions & 0 deletions sql/item_mods_pet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,12 @@ INSERT INTO `item_mods_pet` VALUES (21529,25,40,0); -- All Pets - ACC: 40
INSERT INTO `item_mods_pet` VALUES (21529,26,40,0); -- All Pets - RACC: 40
INSERT INTO `item_mods_pet` VALUES (21529,30,40,0); -- All Pets - MACC: 40

-- Arasy Tabar
INSERT INTO `item_mods_pet` VALUES (21704,25,10,0); -- All Pets - ACC: 10

-- Arasy Tabar +1
INSERT INTO `item_mods_pet` VALUES (21705,25,15,0); -- All Pets - ACC: 15

-- Monster Axe
INSERT INTO `item_mods_pet` VALUES (21715,25,30,0); -- All Pets - ACC: 30
INSERT INTO `item_mods_pet` VALUES (21715,26,30,0); -- All Pets - RACC: 30
Expand Down

0 comments on commit ab990eb

Please sign in to comment.