代码搜索:剑杆织机
找到约 1,572 项符合「剑杆织机」的源代码
代码结果 1,572
www.eeworm.com/read/306178/3749841
c 75.c
// baihong-jian.c 白虹剑
#include
inherit SWORD;
inherit F_UNIQUE;
void create()
{
set_name("白虹剑", ({ "baihong sword", "baihong", "sword" }) );
set_weight(10000);
if
www.eeworm.com/read/306178/3749919
c 77.c
// biyujian 碧玉剑
#include
#include
inherit SWORD;
inherit F_UNIQUE;
void create()
{
set_name("碧玉剑",({ "biyu jian", "biyu", "sword", "jian" }) );
set_weight(10000);
www.eeworm.com/read/457506/7324861
txt readme.txt
========================================================================
WIN32 APPLICATION : 小剑版贪食蛇
========================================================================
AppWizard has
www.eeworm.com/read/306178/3754560
c yitian-jian.c
// yitian-jian 倚天剑
#include
#include
inherit SWORD;
void create()
{
set_name("倚天剑",({ "yitian jian", "yitian", "sword", "jian" }) );
set_weight(10000);
i