※ 引述《laechan (挥泪斩马云)》之铭言:
: 标题: Re: [问题] 请问关于5 hands与对应的spell
:
: ※ 引述《henryyeh (阿叶)》之铭言:
: : 标题: [问题] 请问居于5 hands与对应的spell
: 在 /d/spell 目录里头与 wind spell 有关的技能档为
:
: cyclone_hands.c
: magic-cycle_ob.c
: wind.c
:
: 在 cyclone hands 的技能档里头是这样写的
:
: if((race=="elf" || (string)ppl->query("pri_guild")=="mage" ||
: race=="human") && sk_wind < 900 && lv>=50)
: ppl->improve_skill("wind spell",t/9+1);
:
: 所以目前种族是 elf、或 human、或主职是 mage 时,施放
: cyclone hands Lv50 以上时会加 wind spell(上限 900)。
:
: 我猜 Lv50 是后来的版本。(一开始是不允许 cyclone hands
: 加 wind spell 的)
:
: 顺便补其它 hands 的
:
: burning hands:
:
: 不会加 fire spell。(相关程式段 /* */ 了)
:
: snow hands:
:
: if((ppl->query("guild/mage")>34 || race=="elf") && sk_ice<1500 && lv>=50)
: ppl->improve_skill("ice spell",t/9+1);
:
: mage 级数超过 34、或种族是 elf,且施放级数 Lv50 起才会加
: ice spell。
:
: electric hands:
:
: 不会加 thunder spell。(相关程式段 /* */ 了)
:
: sand hands:
:
: if(((string)ppl->query("pri_guild")=="mage" || race=="stoneman" ||
: race=="elf") && sk_earth<900 && lv>=50)
: ppl->improve_skill("earth spell",t/9+1);
:
: 主职是 mage、或种族是 stoneman 或 elf,且施放级数 Lv50 起
: 才会加 earth spell。
:
: cleanse:
:
: 不会加 light spell。
:
:
: 大致可分成种族是 human、elf、stoneman 的情况。
:
: elf: 施放 snow hands、cyclone hands、sand hands 会加对应的
: spell。
:
: human: 施放 cyclone hands 会加 wind spell
:
: stoneman: 施放 sand hands 时会加 earth spell
:
: dragonman: ?
:
: devil: ?
:
: 那比较合理的做法是,dragonman & elf 施放 electric hands 时
: 会加 thunder spell、devil & elf 施放 burning hands 时会加
: fire spell,然后 elf 施放 cyclone hands 时会加 light spell
:
:
: ====之所以不这样设,原因很简单,就是这样 elf 会太 imba。
:
: 所以采折衷做法,针对原本就已经给 elf 的就维持给,只是设定需
: 使用多少级数以上的 hands 才会加 spell。原本就没给 elf 的就
: 不给,例如 thunder spell。
:
: 那比较合理的做法我认为有几个
:
: 一、dragonman 应给予 electric hands → thunder spell 的设定
:
: 二、devil 应给予跟 elf 一样的优待
:
: elf : snow hands、cyclone hands、sand hands
: devil : burning hands、sand hands、然后再挑一手
:
: 这两部份我最近会修改。
:
: LAechan
如果根据小宝您所说上述关于各种族对应各hands及spell的设定
那人族应该就可怜了~
因为wind spell特别设定只有法师及妖精才能练到1500/1600
那如果不是上述状况
人族其他职业(牧,骑,盗,拳.剑,刀,战)就只能有900了
总感觉如果要设定种族对应spell的话~那人类应该也不能例外才对!!
但由于人族技能是所有种族中最多~因此应该不太需要再考虑新增其他spell,仅需调整
wind spell上限至1500 (同其他种族对应的spell)
龙-> thunder spell 1500
石-> earth spell 1500
妖-> ice spell 1500 / wind spell 1600
魔-> fire spell 1500
人-> wind spell 900 (非法师)