2017 RTC Symbols

Item ID 19261 Name 2017 RTC Symbols
None
Weapon Level 0 Identifier 2017RTCSymbole
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAllStats,2;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSubRace,RC_DemiHuman,6+(min(15,.@r)/3);
bonus2 bSubRace,RC_Player_Human,6+(min(15,.@r)/3);
bonus2 bSubRace,RC_Player_Doram,6+(min(15,.@r)/3);
if (.@r>=9)
   bonus bMdef,6;

Set Script
2018-RTC Memorial Cloak
2017 RTC Symbols
2019 RTC Memorial Poring Pool
.@r = (getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_GARMENT))/3;
bonus bMaxHPrate,10;
bonus bDelayrate,-5;
bonus2 bSubRace,RC_Player_Human,.@r;
bonus2 bSubRace,RC_Player_Doram,.@r;