From 5336d13fc49c28251cc027ffb0037da7f2a28435 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Mar 2019 01:37:26 -0300 Subject: Add bonuses to all known sets. For information and rights: Creased, Candor, Cotton, Miner, Warlord, Chainmail, Terranite, Leather, Assassin, Savior. There might be other sets TBD, which ofc weren't added (eg. Forest Set). What each number means was not added - it is 01:37 AM - tomorrow I may add this info. --- db/re/item_combo_db.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'db/re/item_combo_db.txt') diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index 46ca88c49..709b79042 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -3,6 +3,8 @@ // Structure of Database: // ID:ID:ID:ID,{ Script } // This define set bonuses +// Quivers and Shields usually are not counted. +// A set should have 4 or 5 pieces of equipment. // Creased Set Bonus: +1 to all stats // Shirt, Boots, Gloves and Shorts @@ -12,3 +14,50 @@ // Shirt, Boots, Gloves, Shorts and Headband 1321:1803:2016:2217:2939,{bonus bAllStats,1;bonus bMaxHPrate,1;} +// Cotton Set Bonus: +1 to all stats, +1% HP, +5% MP +// Shirt, Boots, Gloves, Shorts +1332:1805:2005:2205,{bonus bAllStats,1;bonus bMaxHPrate,1;bonus bMaxSPrate,5;} +// Shirt, Boots, Gloves, Trousers +1332:1805:2005:2207,{bonus bAllStats,1;bonus bMaxHPrate,1;bonus bMaxSPrate,5;} +// Shirt, Boots, Gloves, Skirt +1332:1805:2005:2209,{bonus bAllStats,1;bonus bMaxHPrate,1;bonus bMaxSPrate,5;} +// Shirt, Boots, Gloves, Miniskirt +1332:1805:2005:2206,{bonus bAllStats,1;bonus bMaxHPrate,1;bonus bMaxSPrate,5;} + +// Miner Set Bonus: +1 to all stats, Vit +2 +// Shirt, Gloves, Hat and Knife +1338:2006:2991:3529,{bonus bAllStats,1;bonus bVit,2;} + +// Warlord Set +// Allstats +1, Blocking +2% +// Normal +1306:1814:2012:2215:2920,{bonus bAllStats,1;bonus bFlee2,2;} +// Golden +1329:1814:2012:2215:2920,{bonus bAllStats,1;bonus bFlee2,2;} + +// Chainmail Set +// Blocking +1% +// Normal +1310:2211,{bonus bFlee2,1;} +// Golden +1327:2211,{bonus bFlee2,1;} + +// Terranite Set +// Allstats +1, Int. MDef +30% +1311:1813:2014:2210:3016,{bonus bAllStats,1;bonus bMdef2Rate,30;} + +// Leather Set +// Allstats +2 +// Leather Quiver/Shield not considered +1314:1807:2008:2213,{bonus bAllStats,2;} +1314:1807:2008:2213,{bonus bAllStats,2;} + +// Assassin Set +// Allstats +1, Agi +5 +1333:1801:2015:2202,{bonus bAllStats,1;bonus bAgi,5;} + +// Savior Set +// Allstats +3 +// Note: Gloves/Helmet replaced with Shield (2705) temporaly +1331:1815:2216:2705,{bonus bAllStats,3;} + -- cgit v1.2.3-60-g2f50