?? xuan-cloth.c
字號:
// xuan-cloth.c
//
#include <armor.h>
inherit CLOTH;
void create()
{
set_name("護法袈裟", ({ "jia sha", "cloth" }) );
set_weight(8000);
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "件");
set("material", "cloth");
set("armor_prop/armor", 50);
}
setup();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -