blob: 46ca88c495f69835a6b307809a21d121c3d8eafa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Item Combos Database
//
// Structure of Database:
// ID:ID:ID:ID,{ Script }
// This define set bonuses
// 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;}
|