?? pink-cloth.c
字號:
// pink_cloth.c
#include <armor.h>
#include <ansi.h>
inherit CLOTH;
void create()
{
set_name(HIM"粉紅綢衫"NOR, ({ "pink cloth", "cloth" }) );
set_weight(1000);
if( clonep() )
set_default_object(__FILE__);
else {
set("long", "這件粉紅色的綢衫上面繡著幾只黃鵲,聞起來還有一股淡香。\n");
set("unit", "件");
set("value", 600);
set("material", "cloth");
set("armor_prop/armor", 1);
set("armor_prop/personality", 3);
set("female_only", 1);
}
setup();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -