Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sql/item_latents.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1477,3 +1477,11 @@ INSERT INTO `item_latents` VALUES(18717, 24, 18, 6, 100); -- Ranged Attack+18 wh
INSERT INTO `item_latents` VALUES(18718, 366, 4, 6, 100); -- DMG+4 while TP <100%
INSERT INTO `item_latents` VALUES(18718, 26, 5, 6, 100); -- Ranged Accuracy+5 while TP <100%
INSERT INTO `item_latents` VALUES(18718, 24, 18, 6, 100); -- Ranged Attack+18 while TP <100%

--Koga Tekko
INSERT INTO `item_latents` VALUES(15114, 8, 12, 26, 1); -- STR +12 during nighttime
INSERT INTO `item_latents` VALUES(15114, 384, 4, 26, 1); -- Haste +%4 during nighttime
--Koga Kyahan
INSERT INTO `item_latents` VALUES(15144, 9, 7, 26, 1); -- DEX +7 during nighttime
--Ninja Kyahan
INSERT INTO `item_latents` VALUES(14101, 169, 25, 26, 1); -- %25 during nighttime
10 changes: 5 additions & 5 deletions sql/item_weapon.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3456,11 +3456,11 @@ INSERT INTO `item_weapon` VALUES (18888,'ankylosis_wand',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (19758,'annihilator',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (20637,'aphotic_kukri',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (19753,'apocalypse',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18912,'ark_saber',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18563,'ark_scythe',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18913,'ark_sword',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18545,'ark_tabar',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18464,'ark_tachi',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (18912,'ark_saber',0,0,0,1,999,0,0);
INSERT INTO `item_weapon` VALUES (18563,'ark_scythe',0,0,0,1,999,0,0);
INSERT INTO `item_weapon` VALUES (18913,'ark_sword',0,0,0,1,999,0,0);
INSERT INTO `item_weapon` VALUES (18545,'ark_tabar',0,0,0,1,999,0,0);
INSERT INTO `item_weapon` VALUES (18464,'ark_tachi',0,0,0,1,999,0,0);
INSERT INTO `item_weapon` VALUES (19818,'armageddon',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (21203,'astralwatcher',0,0,0,1,0,0,0);
INSERT INTO `item_weapon` VALUES (21200,'atinian_staff',0,0,0,1,0,0,0);
Expand Down