
RENEWAL / ITEMS
Sealed Baphomet Card
#27211Card
SLD_Baphomet_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Class: Card
Compounds On: Weapon
Weight: 1
Physical attacks deal splash damage in a 3x3 area around the target.
HIT - 30.
If compounded equipment is refined to +15 or above,
HIT - 20 instead.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
bonus bSplashRange,1;
if (getrefine()>=15) {
bonus bHit,-20;
}
else {
bonus bHit,-30;
}