Weapon Special Abilities are being added.

Discussion about the WoD
Post Reply
Agata
Developer
Posts: 715
Joined: Sun Sep 11, 2011 3:36 pm

Weapon Special Abilities are being added.

Post by Agata » Sat Oct 26, 2013 11:29 pm

Hello

It has been a long time since I last scripted something. Today, I added the framework for the Weapon Special Abilities, and added the Armor Ignore ability for testing. You can use it, there are several weapons having it, like the longsword, broadsword, katana, kryss, hammer pick, bladed staff, composite bow, soul glaive, etc.

More will be added as I script them. Some will take more time than others, as they will require other things to be added, like Bleeding Attack, which works similar to poison, dismount which knocks you off your mount, etc.
I'm familiar with the acacia. I know how immortality is achieved.

User avatar
gemini
Honorable
Honorable
Posts: 278
Joined: Tue Aug 09, 2011 1:00 am

Re: Weapon Special Abilities are being added.

Post by gemini » Sun Oct 27, 2013 1:22 pm

*likes*
I am so taken and accepted among brothers and fellows.

Agata
Developer
Posts: 715
Joined: Sun Sep 11, 2011 3:36 pm

Re: Weapon Special Abilities are being added.

Post by Agata » Tue Oct 29, 2013 2:18 pm

Concussion Blow added.
I'm familiar with the acacia. I know how immortality is achieved.

Agata
Developer
Posts: 715
Joined: Sun Sep 11, 2011 3:36 pm

Re: Weapon Special Abilities are being added.

Post by Agata » Wed Oct 30, 2013 3:30 am

Focus skill now reduces the mana cost for weapon special abilities. Formulae (modified to make it easier to understand):

Code: Select all

If (Focus <= 60) {
    New Mana = Mana;
} Else {
    If (Focus > 150) {
        FocusMod = 45;
    } Else {
        FocusMod = (Focus - 60) / 2;
    }
    ManaMod = (100 - (FocusMod + Random between 0 and FocusMod)) / 100;
    New Mana = Mana x ManaMod
}
I'm familiar with the acacia. I know how immortality is achieved.

Agata
Developer
Posts: 715
Joined: Sun Sep 11, 2011 3:36 pm

Re: Weapon Special Abilities are being added.

Post by Agata » Wed Oct 30, 2013 2:52 pm

Crushing Blow added.
I'm familiar with the acacia. I know how immortality is achieved.

Agata
Developer
Posts: 715
Joined: Sun Sep 11, 2011 3:36 pm

Re: Weapon Special Abilities are being added.

Post by Agata » Thu Oct 31, 2013 11:03 pm

Disarm added.
I'm familiar with the acacia. I know how immortality is achieved.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests