• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            天行健 君子當自強而不息

            Controlling Players and Characters(19)

             

            The Function of Spells
             

            The functional component of a spell does the real work. Once a spell runs through
            its animation and reaches its intended target, the damaging or beneficial effects
            need to be dealt with.

            Healing spells need to restore health to an injured character, whereas damaging
            spells need to take away health. In fact, just about any aspect of a character can be
            altered from a spell, ranging from characters’ health and mana to their abilities
            such as attack or defense. In Table 16.5, I define the effects that can be used as a
            spell effect.

            Each spell effect has a supporting value defined in the source code as an enum
            object that is defined as follows:

            enum SpellEffects {
              ALTER_HEALTH = 0,
              ALTER_MANA,
              CURE_AILMENT,
              CAUSE_AILMENT,
              RAISE_DEAD,
              INSTANT_KILL,
              DISPEL_MAGIC,
              TELEPORT
            };

            Each spell effect is assigned a number. In that way, you can contain the processing
            of a spell effect within a single switch statement, as in the following:

            switch(SpellEffect) {
              case ALTER_HEALTH:
                // do health altering processing
              case ALTER_MANA:
                // do mana alter processing
                ...
            }

            Each spell effect is pretty straightforward. Now, take a closer look at just what each
            of these effects do.

             

            Alter Health and Mana
             

            A spell can cause damage or rob characters of their stored mana, or it can, on the
            other hand, restore health or mana. Alteration of health is probably the most widely
            used spell effect.
             

            A health altering spell has an associated value that determines how much health is
            removed or added to the target character. The same applies to mana points, which
            can be restored or drained away with the mere flick of a wizard’s hand.

             

            Cure and Cause Ailment


            Status ailments are the bane and bonus of a character’s abilities and attributes. The
            duo of curing and causing spell effects gives you great freedom in devising how to
            curse or what to bestow upon a character.


            When you alter an ailment (cause or cure), you must use a bit-encoded number to
            define the ailment. By using bit flags, more than one status ailment can be caused
            or cured at once. Each ailment has an associated macro defined as follows:

            #define AILMENT_POISON 1
            #define AILMENT_SLEEP 2
            #define AILMENT_PARALYZE 4
            #define AILMENT_WEAK 8
            #define AILMENT_STRONG 16
            #define AILMENT_ENCHANTED 32
            #define AILMENT_BARRIER 64
            #define AILMENT_DUMBFOUNDED 128
            #define AILMENT_CLUMSY 256
            #define AILMENT_SUREFOOTED 512
            #define AILMENT_SLOW 1024
            #define AILMENT_FAST 2048
            #define AILMENT_BLIND 4096
            #define AILMENT_HAWKEYE 8192
            #define AILMENT_SILENCED 16384

            Character ailments are stored within a single 32-bit variable, and all characters have
            an ailment variable associated with them. That’s right, any character in your game
            can be burdened with status ailments, but it is harder to afflict characters that have
            a higher resistance.

             

            Raise Dead and Instant Kill


            At times, your poor characters are going to die, and except for MCs, you want the
            ability to raise them from the dead. The raise dead spell effect does just that—
            raises PC or NPC characters from death and gives them exactly one health point.


            On the flip side, there will be times when you just want to strike a monster down in
            one blow. That’s the purpose of the instance kill effect. Although having little
            chance of working, the instant kill ability is still a force to be reckoned with.

             

            Dispel Magic


            Forget all those status ailment-curing spells; why not just get rid of them all in one
            shot! The dispel effect clears a target character’s ailments, whether good or bad,
            and although this effect can be represented as a cure ailment effect, it becomes
            much easier to not use bit flags.

             

            Teleport


            Other than walking around, the best way to travel is to magically teleport around.
            Only PCs can use this spell. Teleporting can move a PC to any position on a map.


            posted on 2007-11-16 14:24 lovedday 閱讀(191) 評論(0)  編輯 收藏 引用

            公告

            導航

            統計

            常用鏈接

            隨筆分類(178)

            3D游戲編程相關鏈接

            搜索

            最新評論

            国内精品久久久久国产盗摄| 久久亚洲AV无码精品色午夜麻豆| 久久综合给合久久狠狠狠97色69| 久久久久久精品成人免费图片| 久久久这里有精品| 久久久久久国产精品无码下载| 亚洲成色www久久网站夜月| 国产精品一区二区久久不卡| 久久伊人精品青青草原高清| 天堂无码久久综合东京热| 国产精品99久久久久久宅男小说| 精品久久久久久亚洲精品| 久久九色综合九色99伊人| 一本一道久久综合狠狠老| 99久久国产综合精品成人影院| 一本色道久久综合狠狠躁| 久久久久99精品成人片三人毛片| 日韩乱码人妻无码中文字幕久久| 国产精品va久久久久久久| 久久久久久毛片免费播放| 亚洲&#228;v永久无码精品天堂久久| 少妇内射兰兰久久| 狠狠色丁香久久婷婷综合蜜芽五月 | 91精品国产综合久久婷婷| 欧美大战日韩91综合一区婷婷久久青草| 熟妇人妻久久中文字幕| 2019久久久高清456| 色99久久久久高潮综合影院| 亚洲精品高清久久| 日韩精品国产自在久久现线拍 | 久久99亚洲网美利坚合众国| 区久久AAA片69亚洲| 欧美久久久久久精选9999| 国产精品99久久久久久董美香| 国产精品一久久香蕉国产线看观看| 久久国产欧美日韩精品免费| 久久亚洲2019中文字幕| 久久精品国产亚洲5555| 麻豆久久| 亚洲精品国产字幕久久不卡| 97久久婷婷五月综合色d啪蜜芽|