Item Details

Big Eggring Card ( Big_Eggring_Card )

ID 4662 Big Eggring Card
Big Eggring Card Prix d'achat: 20 zeny Prix de vente: 10 zeny Poids: 1 Emplacements: Non spécifié
Type: Carte. Sous-type: Non spécifié Genre: Les deux Lieux: Vêtement/Robe
Attaque: Non spécifié Attaque magique: Non spécifié Portée: Non spécifié Défense: Non spécifié
Niveau d'arme: Non spécifié Niveau d'armure: Non spécifié Niveau d'équipement min.: Non spécifié Niveau d'équipement max.: Non spécifié
Affûtage: Non spécifié Améliorable: Non spécifié Élément: Neutre Classes: Non spécifié

HP máx. +1.000.
ATQ e ATQM +25.
Dano crítico +10%.
Dano físico a distância +5%.
Velocidade de ataque +10%.
--------------------------
A cada 10 de FOR base até o 50:
ATQ -5.
--------------------------
A cada 10 de AGI base até o 50:
Velocidade de ataque -2%.
--------------------------
A cada 10 de VIT base até o 50:
HP máx. -200.
--------------------------
A cada 10 de INT base até o 50:
ATQM -5.
--------------------------
A cada 10 de DES base até o 50:
Dano físico a distância -1%.
--------------------------
A cada 10 de SOR base até o 50:
Dano crítico -2%.
--------------------------
Tipo: Carta
Equipa em: Capa
Peso: 1

ATK + 25, MATK + 25
Meningkatkan critical damage pada target sebesar 10%)
MHP + 1000
Meningkatkan serangan long-ranged sebesar 5%
Critical Damage +10%

Atk -5 setiap 10 base STR
ASPD -2% setiap 10 base AGI)
MHP - 200 setiap 10 base VIT
MATK - 5 setiap 10 base INT
Mengurangi serangan long-ranged pada target sebesar 1% setiap 10 base DEX
Mengurangi serangan Critical pada target sebesar 2% setiap 10 base LUK
Pengurangan tidak akan sampai dibawah 0.
Jenis : Card
Digunakan di : Garment
Berat : 1

The reductions applied won't fall below zero.
Class: Card
Compounds On: Garment
Weight: 1
Max HP + 1000
Max HP - 200 for every 10 base Vit.
ATK + 25
ATK - 5 for every 10 base Str.
MATK + 25
MATK - 5 for every 10 base Int.
Aspd + 10%
Aspd - 2% for every 10 base Agi.
Increases long-ranged damage on targets by 5%.
Reduces long-ranged damage on targets by 1% for every 10 base Dex.
Increases critical damage on targets by 10%.
Reduces critical damage on targets by 2% for every 10 base Luk.

The reductions applied won't fall below zero.
Class: Card
Compounds On: Garment
Weight: 1
Max HP + 1000
Max HP - 200 for every 10 base Vit.
Atk + 25
Atk - 5 for every 10 base Str.
Matk + 25
Matk - 5 for every 10 base Int.
Aspd + 10%
Aspd - 2% for every 10 base Agi.
Long-range physical weapon damage +5%.
Long-range physical weapon damage -1% for every 10 base Dex.
Increases critical damage on targets by 10%.
Reduces critical damage on targets by 2% for every 10 base Luk.

Tous

Big Eggring (0.01%)
Drapeaux
Peut-il être ajouté à une boutique d'achat de joueur ? Non
Invoque un monstre ? Non
Fait partie d'un conteneur ? Non
Possède une pile unique ? Non
Se lie à l'équipement ? Non
Annonce le drop ? Non
Est consommé à l'utilisation ? Oui
A un effet au sol ? Oui
Empilement
Non spécifié
Utilisation
Non spécifié
Commerce
Remplacer Non spécifié
Peut être jeté ? Oui
Peut être échangé ? Oui
Peut être échangé avec le partenaire ? Oui
Peut être vendu à un PNJ ? Oui
Peut être placé dans le chariot ? Oui
Peut être placé dans le stockage ? Oui
Peut être placé dans le stockage de guilde ? Oui
Peut être envoyé par courrier ? Oui
Peut être mis aux enchères ? Oui
Délai
Non spécifié
bonus bBaseAtk,25-5*min(readparam(bStr)/10,5);
bonus bMatk,25-5*min(readparam(bInt)/10,5);
bonus bAspdRate,10-2*min(readparam(bAgi)/10,5);
bonus bMaxHP,1000-200*min(readparam(bVit)/10,5);
bonus bLongAtkRate,5-1*min(readparam(bDex)/10,5);
bonus bCritAtkRate,10-2*min(readparam(bLuk)/10,5);
Références du Script
bBaseAtk Bonus d’Objet
bBaseAtk
Signature:
bonus bBaseAtk,n;
Description:
Basic attack power + n
readparam Commande
readparam
Signature:
readparam(<parameter number>{,"<character name>"})
readparam(<parameter number>{,<char_id>})
Description:
This function will return the specified stat of the invoking character, or, if a character name or character id is specified, of that player. The stat can either be a number or parameter name, defined in ''. Some example parameters: StatusPoint, BaseLevel, SkillPoint, Class, Upper, Zeny, Sex, Weight, MaxWeight, JobLevel, BaseExp, JobExp, NextBaseExp, NextJobExp, Hp, MaxHp, Sp, MaxSp, BaseJob, Karma, Manner, bVit, bDex, bAgi, bStr, bInt, bLuk, Ap, MaxAp All of these also behave as variables, but don't expect to be able to just 'set' them - some will not work for various internal reasons. Example 1: Using this particular information as a function call is not required. Typing this will return the same result: Example 2: You can also use this command to get stat values.
Exemple:
// Returns how many status points you haven't spent yet.
mes "Unused status points: " + readparam(9);
mes "Unused status points: " + StatusPoint;
if (readparam(bVit) > 77)
mes "Only people with over 77 Vit are reading this!";
bStr Bonus d’Objet
bStr
Signature:
bonus bStr,n;
Description:
STR + n
bMatk Bonus d’Objet
bMatk
Signature:
bonus bMatk,n;
Description:
Magical attack power + n
bInt Bonus d’Objet
bInt
Signature:
bonus bInt,n;
Description:
INT + n
bAspdRate Bonus d’Objet
bAspdRate
Signature:
bonus bAspdRate,n;
Description:
Attack speed + n%
bAgi Bonus d’Objet
bAgi
Signature:
bonus bAgi,n;
Description:
AGI + n
bMaxHP Bonus d’Objet
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
bVit Bonus d’Objet
bVit
Signature:
bonus bVit,n;
Description:
VIT + n
bLongAtkRate Bonus d’Objet
bLongAtkRate
Signature:
bonus bLongAtkRate,n;
Description:
Increases damage of long ranged attacks by n%
bDex Bonus d’Objet
bDex
Signature:
bonus bDex,n;
Description:
DEX + n
bCritAtkRate Bonus d’Objet
bCritAtkRate
Signature:
bonus bCritAtkRate,n;
Description:
Increases critical damage by +n%
bLuk Bonus d’Objet
bLuk
Signature:
bonus bLuk,n;
Description:
LUK + n
Non spécifié
Références du Script

Aucune référence documentée n’a été détectée dans ce script.

Non spécifié
Références du Script

Aucune référence documentée n’a été détectée dans ce script.

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié

Non spécifié