作者giant70.bbs@ptt.cc (劉伯溫) 看板: mud
標題[心得] 亂世群雄技能 starsea-kill
時間批踢踢實業 (2008/08/31 Sun 14:00:22)
//星海三絕殺
inherit SKILL;
#include <ansi.h>
mapping *action = ({
([ "action": "$N人若疾旋飛箭,瞬時祭起星海三絕殺之「"HIC"太乙捲風雷"NOR"」,將鋒銳狠厲的旋勁匯聚箭尖,挾破竹之勢直刺$n",
"force": 60,
"damage_type": "瘀傷"
]),
([ "action": "$N奮力將內勁牽捲摧運而起,星海三絕殺之「"HIM"玉虛移山海"NOR"」已然逕運而出,掌勁立如開山裂石,威勢逼人",
"force": 80,
"damage_type": "瘀傷"
]),
([ "action": "$N厲爪旋飛翻舞,暗自祭運渾身毒勁,星海三絕殺之「"HIY"廣成碎虛空"NOR"」已挾毀天滅地之勢,狂憾向$n胸口心窩",
"force": 100,
"damage_type": "抓傷"
])
});
int valid_learn(object me)
{
return 0;
}
int valid_enable(string usage)
{
return usage=="unarmed" || usage=="parry";
}
mapping query_action(object me, object weapon)
{
return action[random(sizeof(action))];
}
int practice_skill(object me)
{
return 0;
}
string perform_action_file(string action)
{
return CLASS_D("mob") + "/starsea-kill/" + action;
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.31.141.177