summaryrefslogtreecommitdiff
path: root/db/re/item_combo_db.txt
blob: 5ca1d3017ead256352453809d7173e99660acd06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
// Item Combos Database
//
// 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
1300:1816:2004:2200,{bonus bAllStats,1;}

// Candor Set Bonus (excluding Bola): +1 to all stats, +1% HP
// 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;}
// Shirt, Gloves, Hat and Pickaxe: Luk +5 instead
1338:2006:2991:3535,{bonus bAllStats,1;bonus bLuk,5;}

// Warlord Set
// Allstats +1, Blocking +2%
// Shirt, Boots, Gloves, Pants, Helmet
// 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%
// Shirt, Pants
// Normal
1310:2211,{bonus bFlee2,1;}
// Golden
1327:2211,{bonus bFlee2,1;}

// Terranite Set
// Allstats +1, Int. MDef +30%
// Shirt, Boots, Gloves, Pants, Helmet
1311:1813:2014:2210:3016,{bonus bAllStats,1;bonus bMdef2Rate,30;}

// Leather Set
// Allstats +2
// Leather Quiver/Shield not considered
// Shirt, Boots, Gloves, Pants
1314:1807:2008:2213,{bonus bAllStats,2;}
1314:1807:2008:2213,{bonus bAllStats,2;}

// Assassin Set
// Allstats +1, Agi +5
// Shirt, Boots, Gloves, Pants
1333:1801:2015:2202,{bonus bAllStats,1;bonus bAgi,5;}

// Savior Set
// Allstats +3
// Note: Gloves/Helmet replaced with Shield (2705) temporaly
// Shirt, Boots, Pants, Shield
1331:1815:2216:2705,{bonus bAllStats,3;}

// Mages Set
// MP Regen bonuses (smaller sets)
// Cotton Boots + Cotton/Silk Gloves + Silk Robe - Silk Set (+5 mp/2s)
1805:2005:1316,{bonus2 bSPRegenRate,5,2000;}
1805:2007:1316,{bonus2 bSPRegenRate,5,2000;}

// Cotton Boots + Cotton/Silk Gloves + Sorcerer Robe - Silk Set (+6 mp/2s)
1805:2005:1317,{bonus2 bSPRegenRate,5,2000;}
1805:2007:1317,{bonus2 bSPRegenRate,5,2000;}

// Wizard Mocassins + Cotton/Silk Gloves + Sorcerer Robe - Mage Set (+7 mp/2s)
1810:2005:1317,{bonus2 bSPRegenRate,7,2000;}
1810:2007:1317,{bonus2 bSPRegenRate,7,2000;}

// W. Boots + Cotton/Silk Gloves + Sorcerer Robe - Mage Set (+7 mp/2s)
1810:2005:1317,{bonus2 bSPRegenRate,7,2000;}
1810:2007:1317,{bonus2 bSPRegenRate,7,2000;}