Nan juste une ligne de titre à la noix qui n'etait pas à sa place (enfin deux mais maintenant ca marche...)
Cette section vous permet de consulter les contributions (messages, sujets et fichiers joints) d'un utilisateur. Vous ne pourrez voir que les contributions des zones auxquelles vous avez accès.
Voir les contributions MenuCitation
///////////////////////////////////////////////
////// La canne a peche merveilleuse //////////
///////////////////////////////////////////////
///////////// par epphyx //////////////////////
///////////////////////////////////////////////
[itemdef i_capm]
name=canne a peche a moulinet
//NOM DE L'ITEM
id=i_fishing_pole
//ID INTERNE ULTERIEURE
type=T_FISH_POLE
// AFFECTATION DU SKIN ET DES PROPRIETES
VALUE=100
// valeur pour l'item id
weight=2
// poids de l'objet
category=Items by Professions
// pour axis
SUBSECTION=pecheur
// pour axis
DESCRIPTION=canne a peche a moulinet
// pour axis
RESOURCES=1 i_log, 1 i_nails, 1 i_thread, 1 i_gears
SKILLMAKE=CARPENTRY 70.1, TAILORING 40.1, tinkering 45.1, t_carpentry ,i_sewing_kit, t_tinker_tools
//competences et items necessaire pour la fabrication
On=@create
color=color_cyan
ON=@equip
src.fishing=<src.fishing>+10.0
on=@unequip
src.fishing=<src.fishing>+(-10.0)
on=@dclick
target
on=@targon_ground
src.home=<src.p>
src.p=<src.targp>
if (<SRC.isonwater>)
src.p=<src.home>
if (<eval rand(100)>=0)
src.say humm ca a l'air d'un gros
src.newnpc c_m_kraken
// un simple serpent de mer serait mieux mais j'avais pas sous la main
endif
else
src.p=<src.home>
endif
src.p=<src.home>
//retour maison
//merci a Swindler auteur de la fontion ISONWATER qui suit
[FUNCTION isonwater]
VAR.ISONWATER 0
SRC.NEWNPC c_dummy_dolphin
SRC.ACT.P <SRC.P>
SRC.ACT.HOME <SRC.P>
VAR.PX <SRC.ACT.P.X>
VAR.PY <SRC.ACT.P.Y>
SRC.ACT.dolphin_run nw
SRC.ACT.dolphin_run n
SRC.ACT.dolphin_run ne
SRC.ACT.dolphin_run e
SRC.ACT.dolphin_run se
SRC.ACT.dolphin_run s
SRC.ACT.dolphin_run sw
SRC.ACT.dolphin_run w
SRC.ACT.REMOVE
VAR.PX
VAR.PY
IF (<VAR.ISONWATER> ==
VAR.ISONWATER
RETURN 1
ENDIF
VAR.ISWATER
RETURN 0
[CHARDEF c_dummy_dolphin]
ID=c_dolphin
ON=@Click
RETURN 1
[FUNCTION dolphin_run]
RUN <ARGS>
IF (<P.X> != <VAR.PX> ) || (<P.Y> != <VAR.PY> )
VAR.ISONWATER <VAR.ISONWATER> + 1
ENDIF
P <HOME>
Citation de: MoumixLa formule qui décide du niveau d'une encyclopédie est dépendante de l'INTELLIGENCE (ouaiiis enfin l'intelligence sert à quelque chose! ) de celui qui crée ou modifie l'encyclopédie, et de la compétence dans laquelle l'encyclopédie doit être faite, ou "augmentée"...
Citation de: HithwenÇa a l'air vachement intéressant, mais pourquoi tout le monde écrit mithril ou cristal avec un Y ?
Citation
[itemdef i_ring_acier]
name=Anneau d'acier
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=acier
DESCRIPTION=anneaud'acier
RESOURCES=1 i_ingot_acier
SKILLMAKE=tinkering 55.0, t_tinker_tools
on=@create
color=color_o_acier
[itemdef i_bracelet_acier]
name=Bracelet d'acier
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=acier
DESCRIPTION=bracelet d'acier
RESOURCES=2 i_ingot_acier
SKILLMAKE=tinkering 56.0, t_tinker_tools
on=@create
color=color_o_acier
[itemdef i_bead_acier]
name=perles d'acier
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=acier
DESCRIPTION=perles d'acier
RESOURCES=2 i_ingot_acier
SKILLMAKE=tinkering 57.0, t_tinker_tools
on=@create
color=color_o_acier
[itemdef i_necklace_acier]
name=collier d'acier
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=acier
DESCRIPTION=Collier d'acier
RESOURCES=2 i_ingot_acier
SKILLMAKE=tinkering 58.0, t_tinker_tools
on=@create
color=color_o_acier
[itemdef i_earrings_acier]
name=Boucles d'oreille d'acier
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=acier
DESCRIPTION=bracelet d'acier
RESOURCES=1 i_ingot_acier
SKILLMAKE=tinkering 59.0, t_tinker_tools
on=@create
color=color_o_acier
[itemdef i_ring_ada]
name=Anneau d'adamantite
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=adamantite
DESCRIPTION=anneaud'adamantite
RESOURCES=1 i_ingot_adamantite
SKILLMAKE=tinkering 87.0, t_tinker_tools
on=@create
color=color_o_adamantite
[itemdef i_bracelet_ada]
name=Bracelet d'adamantite
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=adamantite
DESCRIPTION=bracelet d'adamantite
RESOURCES=2 i_ingot_adamantite
SKILLMAKE=tinkering 87.5, t_tinker_tools
on=@create
color=color_o_adamantite
[itemdef i_bead_ada]
name=perles d'adamantite
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=adamantite
DESCRIPTION=perles d'adamantite
RESOURCES=2 i_ingot_adamantite
SKILLMAKE=tinkering 88.0, t_tinker_tools
on=@create
color=color_o_adamantite
[itemdef i_necklace_ada]
name=collier d'adamantite
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=adamantite
DESCRIPTION=Collier d'adamantite
RESOURCES=2 i_ingot_adamantite
SKILLMAKE=tinkering 88.4, t_tinker_tools
on=@create
color=color_o_adamantite
[itemdef i_earrings_ada]
name=Boucles d'oreille d'adamantite
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=adamantite
DESCRIPTION=bracelet d'adamantite
RESOURCES=1 i_ingot_adamantite
SKILLMAKE=tinkering 88.7, t_tinker_tools
on=@create
color=color_o_adamantite
[itemdef i_ring_agapite]
name=Anneau d'agapite
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=agapite
DESCRIPTION=anneaud'agapite
RESOURCES=1 i_ingot_agapite
SKILLMAKE=tinkering 73.0, t_tinker_tools
on=@create
color=color_o_agapite
[itemdef i_bracelet_agapite]
name=Bracelet d'agapite
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=agapite
DESCRIPTION=bracelet d'agapite
RESOURCES=2 i_ingot_agapite
SKILLMAKE=tinkering 73.5, t_tinker_tools
on=@create
color=color_o_agapite
[itemdef i_bead_agapite]
name=perles d'agapite
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=agapite
DESCRIPTION=perles d'agapite
RESOURCES=2 i_ingot_agapite
SKILLMAKE=tinkering 74.0, t_tinker_tools
on=@create
color=color_o_agapite
[itemdef i_necklace_agapite]
name=collier d'agapite
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=agapite
DESCRIPTION=Collier d'agapite
RESOURCES=2 i_ingot_agapite
SKILLMAKE=tinkering 74.4, t_tinker_tools
on=@create
color=color_o_agapite
[itemdef i_earrings_agapite]
name=Boucles d'oreille d'agapite
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=agapite
DESCRIPTION=bracelet d'agapite
RESOURCES=1 i_ingot_agapite
SKILLMAKE=tinkering 74.7, t_tinker_tools
on=@create
color=color_o_agapite
[itemdef i_ring_airain]
name=Anneau d'airain
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=airain
DESCRIPTION=anneaud'airain
RESOURCES=1 i_ingot_airain
SKILLMAKE=tinkering 62.0, t_tinker_tools
on=@create
color=color_o_airain
[itemdef i_bracelet_airain]
name=Bracelet d'airain
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=airain
DESCRIPTION=bracelet d'airain
RESOURCES=2 i_ingot_airain
SKILLMAKE=tinkering 62.5, t_tinker_tools
on=@create
color=color_o_airain
[itemdef i_bead_airain]
name=perles d'airain
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=airain
DESCRIPTION=perles d'airain
RESOURCES=2 i_ingot_airain
SKILLMAKE=tinkering 63.0, t_tinker_tools
on=@create
color=color_o_airain
[itemdef i_necklace_airain]
name=collier d'airain
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=airain
DESCRIPTION=Collier d'airain
RESOURCES=2 i_ingot_airain
SKILLMAKE=tinkering 63.4, t_tinker_tools
on=@create
color=color_o_airain
[itemdef i_earrings_airain]
name=Boucles d'oreille d'airain
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=airain
DESCRIPTION=bracelet d'airain
RESOURCES=1 i_ingot_airain
SKILLMAKE=tinkering 63.7, t_tinker_tools
on=@create
color=color_o_airain
[itemdef i_ring_bronze]
name=Anneau de bronze
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=bronze
DESCRIPTION=anneaud'bronze
RESOURCES=1 i_ingot_bronze
SKILLMAKE=tinkering 64.0, t_tinker_tools
on=@create
color=color_o_bronze
[itemdef i_bracelet_bronze]
name=Bracelet de bronze
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=bronze
DESCRIPTION=bracelet d'bronze
RESOURCES=2 i_ingot_bronze
SKILLMAKE=tinkering 64.5, t_tinker_tools
on=@create
color=color_o_bronze
[itemdef i_bead_bronze]
name=perles de bronze
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=bronze
DESCRIPTION=perles d'bronze
RESOURCES=2 i_ingot_bronze
SKILLMAKE=tinkering 65.0, t_tinker_tools
on=@create
color=color_o_bronze
[itemdef i_necklace_bronze]
name=collier de bronze
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=bronze
DESCRIPTION=Collier d'bronze
RESOURCES=2 i_ingot_bronze
SKILLMAKE=tinkering 65.4, t_tinker_tools
on=@create
color=color_o_bronze
[itemdef i_earrings_bronze]
name=Boucles d'oreille de bronze
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=bronze
DESCRIPTION=bracelet d'bronze
RESOURCES=1 i_ingot_bronze
SKILLMAKE=tinkering 65.7, t_tinker_tools
on=@create
color=color_o_bronze
[itemdef i_ring_daeglin]
name=Anneau de daeglin
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=daeglin
DESCRIPTION=anneaud'daeglin
RESOURCES=1 i_ingot_daeglin
SKILLMAKE=tinkering 85.0, t_tinker_tools
on=@create
color=color_o_daeglin
[itemdef i_bracelet_daeglin]
name=Bracelet de daeglin
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=daeglin
DESCRIPTION=bracelet d'daeglin
RESOURCES=2 i_ingot_daeglin
SKILLMAKE=tinkering 85.5, t_tinker_tools
on=@create
color=color_o_daeglin
[itemdef i_bead_daeglin]
name=perles de daeglin
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=daeglin
DESCRIPTION=perles d'daeglin
RESOURCES=2 i_ingot_daeglin
SKILLMAKE=tinkering 86.0, t_tinker_tools
on=@create
color=color_o_daeglin
[itemdef i_necklace_daeglin]
name=collier de daeglin
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=daeglin
DESCRIPTION=Collier de daeglin
RESOURCES=2 i_ingot_daeglin
SKILLMAKE=tinkering 86.4, t_tinker_tools
on=@create
color=color_o_daeglin
[itemdef i_earrings_daeglin]
name=Boucles d'oreille de daeglin
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=daeglin
DESCRIPTION=bracelet de daeglin
RESOURCES=1 i_ingot_daeglin
SKILLMAKE=tinkering 86.7, t_tinker_tools
on=@create
color=color_o_daeglin
[itemdef i_ring_Eldarin]
name=Anneau d'Eldarin
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eldarin
DESCRIPTION=anneaud'Eldarin
RESOURCES=1 i_ingot_Eldarin
SKILLMAKE=tinkering 55.0, t_tinker_tools
on=@create
color=color_o_Eldarin
[itemdef i_bracelet_Eldarin]
name=Bracelet d'Eldarin
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eldarin
DESCRIPTION=bracelet d'Eldarin
RESOURCES=2 i_ingot_Eldarin
SKILLMAKE=tinkering 56.0, t_tinker_tools
on=@create
color=color_o_Eldarin
[itemdef i_bead_Eldarin]
name=perles d'Eldarin
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eldarin
DESCRIPTION=perles d'Eldarin
RESOURCES=2 i_ingot_Eldarin
SKILLMAKE=tinkering 100.0, t_tinker_tools
on=@create
color=color_o_Eldarin
[itemdef i_necklace_Eldarin]
name=collier d'Eldarin
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eldarin
DESCRIPTION=Collier d'Eldarin
RESOURCES=2 i_ingot_Eldarin
SKILLMAKE=tinkering 100.0, t_tinker_tools
on=@create
color=color_o_Eldarin
[itemdef i_earrings_Eldarin]
name=Boucles d'oreille d'Eldarin
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eldarin
DESCRIPTION=bracelet d'Eldarin
RESOURCES=1 i_ingot_Eldarin
SKILLMAKE=tinkering 100.0, t_tinker_tools
on=@create
color=color_o_Eldarin
[itemdef i_ring_Eternyl]
name=Anneau d'Eternyl
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eternyl
DESCRIPTION=anneaud'Eternyl
RESOURCES=1 i_ingot_Eternyl
SKILLMAKE=tinkering 95.0, t_tinker_tools
on=@create
color=color_o_Eternyl
[itemdef i_bracelet_Eternyl]
name=Bracelet d'Eternyl
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eternyl
DESCRIPTION=bracelet d'Eternyl
RESOURCES=2 i_ingot_Eternyl
SKILLMAKE=tinkering 96.0, t_tinker_tools
on=@create
color=color_o_Eternyl
[itemdef i_bead_Eternyl]
name=perles d'Eternyl
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eternyl
DESCRIPTION=perles d'Eternyl
RESOURCES=2 i_ingot_Eternyl
SKILLMAKE=tinkering 97.0, t_tinker_tools
on=@create
color=color_o_Eternyl
[itemdef i_necklace_Eternyl]
name=collier d'Eternyl
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eternyl
DESCRIPTION=Collier d'Eternyl
RESOURCES=2 i_ingot_Eternyl
SKILLMAKE=tinkering 98.0, t_tinker_tools
on=@create
color=color_o_Eternyl
[itemdef i_earrings_Eternyl]
name=Boucles d'oreille d'Eternyl
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Eternyl
DESCRIPTION=bracelet d'Eternyl
RESOURCES=1 i_ingot_Eternyl
SKILLMAKE=tinkering 99.0, t_tinker_tools
on=@create
color=color_o_Eternyl
[itemdef i_ring_Fer]
name=Anneau de Fer
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Fer
DESCRIPTION=anneaud'Fer
RESOURCES=1 i_ingot_Fer
SKILLMAKE=tinkering 55.0, t_tinker_tools
on=@create
color=color_o_Fer
[itemdef i_bracelet_Fer]
name=Bracelet de Fer
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Fer
DESCRIPTION=bracelet d'Fer
RESOURCES=2 i_ingot_Fer
SKILLMAKE=tinkering 56.0, t_tinker_tools
on=@create
color=color_o_Fer
[itemdef i_bead_Fer]
name=perles de Fer
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Fer
DESCRIPTION=perles d'Fer
RESOURCES=2 i_ingot_Fer
SKILLMAKE=tinkering 57.0, t_tinker_tools
on=@create
color=color_o_Fer
[itemdef i_necklace_Fer]
name=collier de Fer
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Fer
DESCRIPTION=Collier d'Fer
RESOURCES=2 i_ingot_Fer
SKILLMAKE=tinkering 58.0, t_tinker_tools
on=@create
color=color_o_Fer
[itemdef i_earrings_Fer]
name=Boucles d'oreille de Fer
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Fer
DESCRIPTION=bracelet d'Fer
RESOURCES=1 i_ingot_Fer
SKILLMAKE=tinkering 59.0, t_tinker_tools
on=@create
color=color_o_Fer
[itemdef i_ring_Ilsa]
name=Anneau d'Ilsa
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Ilsa
DESCRIPTION=anneaud'Ilsa
RESOURCES=1 i_ingot_Ilsa
SKILLMAKE=tinkering 77.0, t_tinker_tools
on=@create
color=color_o_Ilsa
[itemdef i_bracelet_Ilsa]
name=Bracelet d'Ilsa
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Ilsa
DESCRIPTION=bracelet d'Ilsa
RESOURCES=2 i_ingot_Ilsa
SKILLMAKE=tinkering 77.5, t_tinker_tools
on=@create
color=color_o_Ilsa
[itemdef i_bead_Ilsa]
name=perles d'Ilsa
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Ilsa
DESCRIPTION=perles d'Ilsa
RESOURCES=2 i_ingot_Ilsa
SKILLMAKE=tinkering 78.0, t_tinker_tools
on=@create
color=color_o_Ilsa
[itemdef i_necklace_Ilsa]
name=collier d'Ilsa
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Ilsa
DESCRIPTION=Collier d'Ilsa
RESOURCES=2 i_ingot_Ilsa
SKILLMAKE=tinkering 78.4, t_tinker_tools
on=@create
color=color_o_Ilsa
[itemdef i_earrings_Ilsa]
name=Boucles d'oreille d'Ilsa
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Ilsa
DESCRIPTION=bracelet d'Ilsa
RESOURCES=1 i_ingot_Ilsa
SKILLMAKE=tinkering 78.7, t_tinker_tools
on=@create
color=color_o_Ilsa
[itemdef i_ring_laiton]
name=Anneau de laiton
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=laiton
DESCRIPTION=anneaud'laiton
RESOURCES=1 i_ingot_laiton
SKILLMAKE=tinkering 68.0, t_tinker_tools
on=@create
color=color_o_laiton
[itemdef i_bracelet_laiton]
name=Bracelet de laiton
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=laiton
DESCRIPTION=bracelet d'laiton
RESOURCES=2 i_ingot_laiton
SKILLMAKE=tinkering 68.5, t_tinker_tools
on=@create
color=color_o_laiton
[itemdef i_bead_laiton]
name=perles de laiton
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=laiton
DESCRIPTION=perles d'laiton
RESOURCES=2 i_ingot_laiton
SKILLMAKE=tinkering 69.0, t_tinker_tools
on=@create
color=color_o_laiton
[itemdef i_necklace_laiton]
name=collier de laiton
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=laiton
DESCRIPTION=Collier d'laiton
RESOURCES=2 i_ingot_laiton
SKILLMAKE=tinkering 69.4, t_tinker_tools
on=@create
color=color_o_laiton
[itemdef i_earrings_laiton]
name=Boucles d'oreille d'laiton
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=laiton
DESCRIPTION=bracelet d'laiton
RESOURCES=1 i_ingot_laiton
SKILLMAKE=tinkering 69.7, t_tinker_tools
on=@create
color=color_o_laiton
[itemdef i_ring_Laure]
name=Anneau de Laure
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Laure
DESCRIPTION=anneaud'Laure
RESOURCES=1 i_ingot_Laure
SKILLMAKE=tinkering 70.0, t_tinker_tools
on=@create
color=color_o_Laure
[itemdef i_bracelet_Laure]
name=Bracelet de Laure
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Laure
DESCRIPTION=bracelet d'Laure
RESOURCES=2 i_ingot_Laure
SKILLMAKE=tinkering 70.5, t_tinker_tools
on=@create
color=color_o_Laure
[itemdef i_bead_Laure]
name=perles de Laure
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Laure
DESCRIPTION=perles d'Laure
RESOURCES=2 i_ingot_Laure
SKILLMAKE=tinkering 71.0, t_tinker_tools
on=@create
color=color_o_Laure
[itemdef i_necklace_Laure]
name=collier de Laure
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Laure
DESCRIPTION=Collier d'Laure
RESOURCES=2 i_ingot_Laure
SKILLMAKE=tinkering 71.4, t_tinker_tools
on=@create
color=color_o_Laure
[itemdef i_earrings_Laure]
name=Boucles d'oreille de Laure
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Laure
DESCRIPTION=bracelet d'Laure
RESOURCES=1 i_ingot_Laure
SKILLMAKE=tinkering 71.7, t_tinker_tools
on=@create
color=color_o_Laure
[itemdef i_ring_Mythril]
name=Anneau de Mythril
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Mythril
DESCRIPTION=anneaud'Mythril
RESOURCES=1 i_ingot_Mythril
SKILLMAKE=tinkering 99.9, t_tinker_tools
on=@create
color=color_o_Mythril
[itemdef i_bracelet_Mythril]
name=Bracelet de Mythril
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Mythril
DESCRIPTION=bracelet d'Mythril
RESOURCES=2 i_ingot_Mythril
SKILLMAKE=tinkering 99.9, t_tinker_tools
on=@create
color=color_o_Mythril
[itemdef i_bead_Mythril]
name=perles de Mythril
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Mythril
DESCRIPTION=perles d'Mythril
RESOURCES=2 i_ingot_Mythril
SKILLMAKE=tinkering 99.9, t_tinker_tools
on=@create
color=color_o_Mythril
[itemdef i_necklace_Mythril]
name=collier de Mythril
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Mythril
DESCRIPTION=Collier d'Mythril
RESOURCES=2 i_ingot_Mythril
SKILLMAKE=tinkering 99.9, t_tinker_tools
on=@create
color=color_o_Mythril
[itemdef i_earrings_Mythril]
name=Boucles d'oreille de Mythril
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=Mythril
DESCRIPTION=bracelet d'Mythril
RESOURCES=1 i_ingot_Mythril
SKILLMAKE=tinkering 99.9, t_tinker_tools
on=@create
color=color_o_Mythril
[itemdef i_ring_platine]
name=Anneau de platine
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=platine
DESCRIPTION=anneaud'platine
RESOURCES=1 i_ingot_platine
SKILLMAKE=tinkering 90.0, t_tinker_tools
on=@create
color=color_o_platine
[itemdef i_bracelet_platine]
name=Bracelet de platine
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=platine
DESCRIPTION=bracelet d'platine
RESOURCES=2 i_ingot_platine
SKILLMAKE=tinkering 91.0, t_tinker_tools
on=@create
color=color_o_platine
[itemdef i_bead_platine]
name=perles de platine
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=platine
DESCRIPTION=perles d'platine
RESOURCES=2 i_ingot_platine
SKILLMAKE=tinkering 92.0, t_tinker_tools
on=@create
color=color_o_platine
[itemdef i_necklace_platine]
name=collier de platine
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=platine
DESCRIPTION=Collier d'platine
RESOURCES=2 i_ingot_platine
SKILLMAKE=tinkering 93.0, t_tinker_tools
on=@create
color=color_o_platine
[itemdef i_earrings_platine]
name=Boucles d'oreille de platine
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=platine
DESCRIPTION=bracelet d'platine
RESOURCES=1 i_ingot_platine
SKILLMAKE=tinkering 94.0, t_tinker_tools
on=@create
color=color_o_platine
[itemdef i_ring_seregril]
name=Anneau de seregril
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=seregril
DESCRIPTION=anneaud'seregril
RESOURCES=1 i_ingot_seregril
SKILLMAKE=tinkering 83.0, t_tinker_tools
on=@create
color=color_o_seregril
[itemdef i_bracelet_seregril]
name=Bracelet de seregril
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=seregril
DESCRIPTION=bracelet d'seregril
RESOURCES=2 i_ingot_seregril
SKILLMAKE=tinkering 83.5, t_tinker_tools
on=@create
color=color_o_seregril
[itemdef i_bead_seregril]
name=perles de seregril
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=seregril
DESCRIPTION=perles d'seregril
RESOURCES=2 i_ingot_seregril
SKILLMAKE=tinkering 84.0, t_tinker_tools
on=@create
color=color_o_seregril
[itemdef i_necklace_seregril]
name=collier de seregril
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=seregril
DESCRIPTION=Collier d'seregril
RESOURCES=2 i_ingot_seregril
SKILLMAKE=tinkering 84.4, t_tinker_tools
on=@create
color=color_o_seregril
[itemdef i_earrings_seregril]
name=Boucles d'oreille de seregril
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=seregril
DESCRIPTION=bracelet d'seregril
RESOURCES=1 i_ingot_seregril
SKILLMAKE=tinkering 84.7, t_tinker_tools
on=@create
color=color_o_seregril
[itemdef i_ring_tambe]
name=Anneau de tambe
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=tambe
DESCRIPTION=anneaud'tambe
RESOURCES=1 i_ingot_tambe
SKILLMAKE=tinkering 55.0, t_tinker_tools
on=@create
color=color_o_tambe
[itemdef i_bracelet_tambe]
name=Bracelet de tambe
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=tambe
DESCRIPTION=bracelet d'tambe
RESOURCES=2 i_ingot_tambe
SKILLMAKE=tinkering 66.0, t_tinker_tools
on=@create
color=color_o_tambe
[itemdef i_bead_tambe]
name=perles de tambe
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=tambe
DESCRIPTION=perles d'tambe
RESOURCES=2 i_ingot_tambe
SKILLMAKE=tinkering 66.5, t_tinker_tools
on=@create
color=color_o_tambe
[itemdef i_necklace_tambe]
name=collier de tambe
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=tambe
DESCRIPTION=Collier d'tambe
RESOURCES=2 i_ingot_tambe
SKILLMAKE=tinkering 67.4, t_tinker_tools
on=@create
color=color_o_tambe
[itemdef i_earrings_tambe]
name=Boucles d'oreille de tambe
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=tambe
DESCRIPTION=bracelet d'tambe
RESOURCES=1 i_ingot_tambe
SKILLMAKE=tinkering 67.7, t_tinker_tools
on=@create
color=color_o_tambe
[itemdef i_ring_verite]
name=Anneau de verite
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=verite
DESCRIPTION=anneaud'verite
RESOURCES=1 i_ingot_verite
SKILLMAKE=tinkering 75.0, t_tinker_tools
on=@create
color=color_o_verite
[itemdef i_bracelet_verite]
name=Bracelet de verite
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=verite
DESCRIPTION=bracelet d'verite
RESOURCES=2 i_ingot_verite
SKILLMAKE=tinkering 75.5, t_tinker_tools
on=@create
color=color_o_verite
[itemdef i_bead_verite]
name=perles de verite
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=verite
DESCRIPTION=perles d'verite
RESOURCES=2 i_ingot_verite
SKILLMAKE=tinkering 76.0, t_tinker_tools
on=@create
color=color_o_verite
[itemdef i_necklace_verite]
name=collier de verite
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=verite
DESCRIPTION=Collier d'verite
RESOURCES=2 i_ingot_verite
SKILLMAKE=tinkering 76.4, t_tinker_tools
on=@create
color=color_o_verite
[itemdef i_earrings_verite]
name=Boucles d'oreille de verite
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=verite
DESCRIPTION=bracelet d'verite
RESOURCES=1 i_ingot_verite
SKILLMAKE=tinkering 76.7, t_tinker_tools
on=@create
color=color_o_verite
[itemdef i_ring_violine]
name=Anneau de violine
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=violine
DESCRIPTION=anneaud'violine
RESOURCES=1 i_ingot_violine
SKILLMAKE=tinkering 79.0, t_tinker_tools
on=@create
color=color_o_violine
[itemdef i_bracelet_violine]
name=Bracelet de violine
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=violine
DESCRIPTION=bracelet d'violine
RESOURCES=2 i_ingot_violine
SKILLMAKE=tinkering 79.5, t_tinker_tools
on=@create
color=color_o_violine
[itemdef i_bead_violine]
name=perles de violine
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=violine
DESCRIPTION=perles d'violine
RESOURCES=2 i_ingot_violine
SKILLMAKE=tinkering 80.0, t_tinker_tools
on=@create
color=color_o_violine
[itemdef i_necklace_violine]
name=collier de violine
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=violine
DESCRIPTION=Collier d'violine
RESOURCES=2 i_ingot_violine
SKILLMAKE=tinkering 80.4, t_tinker_tools
on=@create
color=color_o_violine
[itemdef i_earrings_violine]
name=Boucles d'oreille de violine
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=violine
DESCRIPTION=bracelet d'violine
RESOURCES=1 i_ingot_violine
SKILLMAKE=tinkering 80.7, t_tinker_tools
on=@create
color=color_o_violine
[itemdef i_ring_valorite]
name=Anneau de valorite
id=i_ring_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=valorite
DESCRIPTION=anneaud'valorite
RESOURCES=1 i_ingot_valorite
SKILLMAKE=tinkering 81.0, t_tinker_tools
on=@create
color=color_o_valorite
[itemdef i_bracelet_valorite]
name=Bracelet de valorite
id=i_bracelet_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=valorite
DESCRIPTION=bracelet d'valorite
RESOURCES=2 i_ingot_valorite
SKILLMAKE=tinkering 81.5, t_tinker_tools
on=@create
color=color_o_valorite
[itemdef i_bead_valorite]
name=perles de valorite
id=i_beads
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=valorite
DESCRIPTION=perles d'valorite
RESOURCES=2 i_ingot_valorite
SKILLMAKE=tinkering 82.0, t_tinker_tools
on=@create
color=color_o_valorite
[itemdef i_necklace_valorite]
name=collier de valorite
id=i_necklace_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=valorite
DESCRIPTION=Collier d'valorite
RESOURCES=2 i_ingot_valorite
SKILLMAKE=tinkering 82.4, t_tinker_tools
on=@create
color=color_o_valorite
[itemdef i_earrings_valorite]
name=Boucles d'oreille de valorite
id=i_earrings_gold
type=t_normal
VALUE=1
weight=0
category=Bijouterie
SUBSECTION=valorite
DESCRIPTION=bracelet d'valorite
RESOURCES=1 i_ingot_valorite
SKILLMAKE=tinkering 82.7, t_tinker_tools
on=@create
color=color_o_valorite
Citation
// MENU DE BRICOLAGE
// préparation des sous menus
[SKILLMENU sm_tinker]
Bricolage
ON=i_barrel_open Contenant
SKILLMENU=sm_contenant
// sous menu contenant
ON=i_clock_parts pieces
SKILLMENU=sm_pieces
// sous menu pieces detachées
ON=i_key_iron clefs
SKILLMENU=sm_keys
// sous menu Clefs
ON=i_game_board Jeux
SKILLMENU=sm_jeux
// sous menu jeux
ON=i_shovel Outillage
SKILLMENU=sm_tools
// sous menu outillage
ON=i_lute Instruments
SKILLMENU=sm_instruments
// sous menu instruments
ON=i_necklace_gold Bijoux
SKILLMENU=sm_bijoux
ON=i_KEG_WOOD vaisselle
SKILLMENU=sm_vaisselle
// sous menu vaisselle
[SKILLMENU sm_contenant]
Contenants
ON=i_box_brass <name> (<resmake>)
MAKEITEM=i_box_brass
ON=i_keg_small <name> (<resmake>)
MAKEITEM=i_keg_small
ON=i_keg_potion <name> (<resmake>)
MAKEITEM=i_keg_potion
ON=i_barrel_open <name> (<resmake>)
MAKEITEM=i_barrel_open
ON=i_barrel <name> (<resmake>)
MAKEITEM=i_barrel
ON=i_chest_wooden_brass <name> (<resmake>)
MAKEITEM=i_chest_wooden_brass
ON=i_chest_metal <name> (<resmake>)
MAKEITEM=i_chest_metal
ON=i_chest_metal_brass <name> (<resmake>)
MAKEITEM=i_chest_metal_brass
[SKILLMENU sm_parts]
Pièces détachées
ON=i_wire_iron <name> (<resmake>)
MAKEITEM=i_wire_iron
ON=i_CLOCK_PARTS <name> (<resmake>)
MAKEITEM=i_CLOCK_PARTS
ON=i_clock_frame <name> (<resmake>)
MAKEITEM=i_clock_frame
ON=i_gears <name> (<resmake>)
MAKEITEM=i_gears
ON=i_hinge <name> (<resmake>)
MAKEITEM=i_hinge
ON=i_barrel_tap <name> (<resmake>)
MAKEITEM=i_barrel_tap
ON=i_barrel_hoops <name> (<resmake>)
MAKEITEM=i_barrel_hoops
ON=i_SEXTANT_PARTS <name> (<resmake>)
MAKEITEM=i_SEXTANT_PARTS
ON=i_springs <name> (<resmake>)
MAKEITEM=i_springs
ON=i_axel <name> (<resmake>)
MAKEITEM=i_axel
ON=i_clock <name> (<resmake>)
MAKEITEM=i_clock
[SKILLMENU sm_keys]
clefs
ON=i_key_ring <name> (<resmake>)
MAKEITEM=i_key_ring
ON=i_key_copper <name> (<resmake>)
MAKEITEM=i_key_copper
ON=i_key_gold <name> (<resmake>)
MAKEITEM=i_key_gold
ON=i_key_iron <name> (<resmake>)
MAKEITEM=i_key_iron
[SKILLMENU sm_jeux]
Jeux
ON=i_backgammon_game <name> (<resmake>)
MAKEITEM=i_backgammon_game
ON=i_game_board <name> (<resmake>)
MAKEITEM=i_game_board
ON=i_dice_cup <name> (<resmake>)
MAKEITEM=i_dice_cup
[SKILLMENU sm_tools]
Outillage
ON=i_shovel <name> (<resmake>)
MAKEITEM=i_shovel
ON=i_saw_dovetail <name> (<resmake>)
MAKEITEM=i_saw_dovetail
ON=i_bottle_empty <name> (<resmake>)
MAKEITEM=i_bottle_empty
ON=i_hatchet <name> (<resmake>)
MAKEITEM=i_hatchet
ON=i_lockpick <name> (<resmake>)
MAKEITEM=i_lockpick
ON=i_mortar_pestle <name> (<resmake>)
MAKEITEM=i_mortar_pestle
ON=i_pickaxe <name> (<resmake>)
MAKEITEM=i_pickaxe
ON=i_saw <name> (<resmake>)
MAKEITEM=i_saw
ON=i_scissors <name> (<resmake>)
MAKEITEM=i_scissors
ON=i_sewing_kit <name> (<resmake>)
MAKEITEM=i_sewing_kit
ON=i_sextant <name> (<resmake>)
MAKEITEM=i_sextant
ON=i_hammer_sledge <name> (<resmake>)
MAKEITEM=i_hammer_sledge
ON=i_hammer_smith <name> (<resmake>)
MAKEITEM=i_hammer_smith
ON=i_tinker_tools <name> (<resmake>)
MAKEITEM=i_tinker_tools
ON=i_toolkit <name> (<resmake>)
MAKEITEM=i_toolkit
ON=i_plane_jointing <name> (<resmake>)
MAKEITEM=i_plane_jointing
ON=i_plane_moulding <name> (<resmake>)
MAKEITEM=i_plane_moulding
ON=i_plane_smoothing <name> (<resmake>)
MAKEITEM=i_plane_smoothing
[SKILLMENU sm_instruments]
Instruments de musique
ON=i_tambourine <name> (<resmake>)
MAKEITEM=i_tambourine
ON=i_tambourine_tas <name> (<resmake>)
MAKEITEM=i_tambourine_tas
ON=i_drum <name> (<resmake>)
MAKEITEM=i_drum
ON=i_lute <name> (<resmake>)
MAKEITEM=i_lute
ON=i_lyre <name> (<resmake>)
MAKEITEM=i_lyre
ON=i_HARP_LARGE <name> (<resmake>)
MAKEITEM=i_HARP_LARGE
[SKILLMENU sm_tavern_stuff]
Tavern Types
ON=i_mug_ceramic <name> (<resmake>)
MAKEITEM=i_mug_ceramic
ON=i_goblet <name> (<resmake>)
MAKEITEM=i_goblet
ON=i_mug_pewter <name> (<resmake>)
MAKEITEM=i_mug_pewter
ON=i_goblet_2 <name> (<resmake>)
MAKEITEM=i_goblet_2
ON=i_skull_mug <name> (<resmake>)
MAKEITEM=i_skull_mug
ON=i_PITCHER <name> (<resmake>)
MAKEITEM=i_PITCHER
ON=i_spittoon <name> (<resmake>)
MAKEITEM=i_spittoon
// Partie Travaillée
[SKILLMENU sm_Bijoux]
Bijouterie
// definition des sous menus de metal
ON=i_necklace_gold Acier
SKILLMENU=sm_acier
ON=i_necklace_gold Adamantite
SKILLMENU=sm_adamantite
ON=i_necklace_gold Agapite
SKILLMENU=sm_agapite
ON=i_necklace_gold Airain
SKILLMENU=sm_airain
ON=i_necklace_gold Bronze
SKILLMENU=sm_Bronze
ON=i_necklace_gold Daeglin
SKILLMENU=sm_Daeglin
ON=i_necklace_gold Eldarin
SKILLMENU=sm_Eldarin
ON=i_necklace_gold Eternyl
SKILLMENU=sm_eternyl
ON=i_necklace_gold Fer
SKILLMENU=sm_fer
ON=i_necklace_gold Ilsa
SKILLMENU=sm_Ilsa
ON=i_necklace_gold Laiton
SKILLMENU=sm_Laiton
ON=i_necklace_gold Laure
SKILLMENU=sm_Laure
ON=i_necklace_gold Mythril
SKILLMENU=sm_mythril
ON=i_necklace_gold Platine
SKILLMENU=sm_platine
ON=i_necklace_gold Seregril
SKILLMENU=sm_Seregril
ON=i_necklace_gold Tambe
SKILLMENU=sm_tambe
ON=i_necklace_gold Valorite
SKILLMENU=sm_valorite
ON=i_necklace_gold Verite
SKILLMENU=sm_verite
ON=i_necklace_gold Violine
SKILLMENU=sm_violine
[SKILLMENU sm_Acier]
Bijoux d'acier
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_acier
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_acier
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_acier
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_acier
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_acier
[SKILLMENU sm_Adamantite]
Bijoux d'adamantite
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_ada
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_ada
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_ada
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_ada
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_ada
[SKILLMENU sm_agapite]
Bijoux d'agapite
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_agapite
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_agapite
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_agapite
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_agapite
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_agapite
[SKILLMENU sm_airain]
Bijoux d'airain
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_airain
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_airain
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_airain
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_airain
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_airain
[SKILLMENU sm_bronze]
Bijoux de bronze
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_bronze
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_bronze
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_bronze
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_bronze
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_bronze
[SKILLMENU sm_Daeglin]
Bijoux de Daeglin
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Daeglin
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_daeglin
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Daeglin
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Daeglin
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Daeglin
[SKILLMENU sm_Eldarin]
Bijoux d'Eldarin
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Eldarin
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Eldarin
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Eldarin
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Eldarin
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Eldarin
[SKILLMENU sm_eternyl]
Bijoux d'eternyl
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_eternyl
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Eternyl
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_eternyl
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_eternyl
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_eternyl
[SKILLMENU sm_fer]
Bijoux de fer
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_fer
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_fer
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_fer
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_fer
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_fer
[SKILLMENU sm_Ilsa]
Bijoux d'Ilsa
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Ilsa
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Ilsa
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Ilsa
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Ilsa
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Ilsa
[SKILLMENU sm_Laiton]
Bijoux de Laiton
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Laiton
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Laiton
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Laiton
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Laiton
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Laiton
[SKILLMENU sm_laure]
Bijoux de Laure
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_laure
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Laure
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_laure
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_laure
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_laure
[SKILLMENU sm_myhtril]
Bijoux de myhtril
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_myhtril
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_myhtril
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_myhtril
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_myhtril
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_myhtril
[SKILLMENU sm_Platine]
Bijoux de Platine
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Platine
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_platine
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Platine
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Platine
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Platine
[SKILLMENU sm_Seregril]
Bijoux de Seregril
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Seregril
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_seregril
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Seregril
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Seregril
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Seregril
[SKILLMENU sm_Tambe]
Bijoux de Tambe
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Tambe
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Tambe
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Tambe
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Tambe
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Tambe
[SKILLMENU sm_Valorite]
Bijoux de Valorite
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_Valorite
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_Tambe
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_Valorite
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_Valorite
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_Valorite
[SKILLMENU sm_verite]
Bijoux de verite
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_verite
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_verite
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_verite
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_verite
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_verite
[SKILLMENU sm_violine]
Bijoux d violine
ON=i_ring_gold <name> (<resmake>)
MAKEITEM=i_ring_violine
ON=i_earrings_gold <name> (<resmake>)
MAKEITEM=i_earrings_violine
ON=i_bracelet_gold <name> (<resmake>)
MAKEITEM=i_bracelet_violine
ON=i_beads <name> (<resmake>)
MAKEITEM=i_beads_violine
ON=i_necklace_gold <name> (<resmake>)
MAKEITEM=i_necklace_violine