
RENEWAL / ITEMS
Horror of Thanatos Card
#300275Card
Tha_Horror_Card
TypeCard
Card placementShield
Weight1
Buy price0 z
Sell price0 z
Card illustration
Horror of Thanatos Card description & effects
MATK - 10%
------------------------
For every 3 refine level of Shield, MATK + 3%.
------------------------
When Shield is refined to +11 or higher, MATK + 5%.
------------------------
Class : Card
Compound on : Shield
Weight : 1
Item details
- Card placement
- Shield
- Trade
Item effect script
.@r = getrefine();
bonus bMatkRate,-10+3*(.@r/3);
if (.@r>=11) {
bonus bMatkRate,5;
}
