diff options
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 446eda553..366f49d38 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10746,6 +10746,24 @@ item_db: ( bonus bCriticalRate, -10; "> }, +{ + Id: 3021 + AegisName: "BossHunterBoina" + Name: "Boss Hunter Boina" + Type: "IT_ARMOR" + Buy: 800000 + Sell: 10000 + Weight: 120 + Def: 1 + Loc: "EQP_HEAD_TOP" + EquipLv: 12 + Refine: false + Script: <" + bonus2 bExpAddRace, RC_Boss, 10; + bonus2 bSubRace, RC_Boss, 10; + bonus2 bSPGainRace, RC_Boss, 10; // I can't even describe this bonus + "> +}, // Neck Armor { @@ -16125,7 +16143,6 @@ item_db: ( noauction: true } Script: <" - // BossHunterBoina, setarray .@r, AncientBlueprint, ElixirOfLife, Manapple, BronzeGift, SilverGift, TreasureMap, MysteriousBottle, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, SacredImmortalityPotion, BossHunterBoina, IridiumOre, DarkDesertMushroom, ArcanumStone; // ~6.25% each .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; |