Viewing Item (Temporal Plate) Ragnarok: Project Zero Control Panel
Basic Info
Name | Temporal Plate[1] |
---|---|
Item ID |
450007
-
Temporal_Plate_
|
Type | Armor |
This armor is obviously old but it shows no signs of wear and tear.
MaxHP + 800, MaxSP + 100.
If refine rate is 7 or higher, DEF + 50.
If refine rate is 9 or higher, ATK + 20, STR + 2, AGI + 2.
If base STR is 100 or higher, ATK + 5% (If +9 or higher, ATK + 5%).
If base AGI is 100 or higher, Critical Damage + 3% (If +9 or higher, Critical Damage + 4%).
Class: Armor Defense: 70
Weight: 120
Level Requirement: 100
Jobs: All classes
MaxHP + 800, MaxSP + 100.
If refine rate is 7 or higher, DEF + 50.
If refine rate is 9 or higher, ATK + 20, STR + 2, AGI + 2.
If base STR is 100 or higher, ATK + 5% (If +9 or higher, ATK + 5%).
If base AGI is 100 or higher, Critical Damage + 3% (If +9 or higher, Critical Damage + 4%).
Class: Armor Defense: 70
Weight: 120
Level Requirement: 100
Jobs: All classes
Details
Weight | 120 |
---|---|
NPC Buy | 200 z |
NPC Sell | 100 z |
Refineable | Yes |
Equip Locations | Armor |
Stats
Range | 0 |
---|---|
Defense | 70 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 1 |
Restrictions
Level Range | 100 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus(bMaxHP, 800); bonus(bMaxSP, 100); if (getrefine() >= 7) bonus(bDef, 50); if (getrefine() >= 9) { bonus(bBaseAtk, 20); bonus(bStr, 2); bonus(bAgi, 2); } if (readparam(bStr) >= 100) { bonus(bAtkRate, 5); if (getrefine() >= 9) bonus(bAtkRate, 5); } if (readparam(bAgi) >= 100) { bonus(bCritAtkRate, 3); if (getrefine() >= 9) bonus(bCritAtkRate, 4); } |
Equip Script |
None |
Unequip Script |
None |