summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft')
-rw-r--r--npc/craft/options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt
index cd779c747..0333382fa 100644
--- a/npc/craft/options.txt
+++ b/npc/craft/options.txt
@@ -472,6 +472,11 @@ function script csysGUI_Report {
mes ".:: " + l("Second Tier") + " ::.";
mesc l("Craft Min Level: 2");
mes "";
+ // Maybe we should either add a icon for attack skill group
+ // Or make it a 74xx fake item so player can hover for the information
+ // where effects="requeriments" and desc="Attributes". Just need Names on db.
+ // Final struct would be: l("@@: Lv @@", getitemlink(CRITEM_ATK), CRAFTSYS...
+ // It could still use 16x16 icons. But then, we need a curse SI (TODO)
mes l("ATTACK SKILLS: Lv @@", CRAFTSYS[CRGROUP_ATK]);
mesc l("BASIC Min Level: 2");
mesc l("Lv 1 - Atk, MAtk");