What are Attributes

Attributes determine the degree of effect or influence when using skills or attacking. Here, you can give casts and skills individuality by specifying affinities between attributes, such as the "fire" attribute being weak against the "ice" attribute but strong against the "wind" attribute.

Database_AttributeDefinition.png
 

Function Description

Attribute Add.png
 

Attribute Definition Properties

Database_AttributeDefinition_Name.png
 

Attribute Definition Properties: Basic

Attribute Basic.png
 

How to Set Attributes

Attribute compatibility can be set in the "Attribute Definition" section of the Database.
It is the resistance of the attribute being selected that is specified.

Attribute Definition001.png

Enter a numerical value for the multiplier for the currently selected attribute for "when receiving attacks."
At "0", it takes an equal amount of damage.
At "-100", the damage is doubled.
At "50," the damage is reduced by half.
When attacking with bare hands, the "cast" attribute has no effect on damage. If you want to use the attributes of the "cast" when "attacking", please use an item or skill.

Specify Compatibility of Attributes in Attribute Definition

In this case, we will specify that fire, ice, and wind will do double the damage, and half the damage in the opposite case.
"None" indicates no attribute.

We will specify two more in the same way.
2x damage from ice and fire, equal from ice, 0.5x from wind

None0
Fire-100
Ice (Same Attribute)0
Wind50

2x damage from wind and ice, equal from wind, 0.5x from fire

None0
Fire50
Ice-100
Wind (Same Attribute)0

Specify Attributes for a Cast

Specify Attributes for Items and Skills

The above settings alone have no effect on the damage, since the attributes of the attacker are not specified.
The attacker's attributes are reflected by specifying the item's "Attribute Attack Power" or the skill's "Attack Attribute".
For this reason, we specify attributes for equipped weapon items or skills.

Items

 

Example 2: Specify Attack Attribute: Item

Basic Settings
WeaponON
Item Abilities
Attack AttributeFire100
Damage Formula((a.atk - b.def ) + a.eatk * b.edef)

We use a formula that excludes random elements from the default formula.

Attribute Definition010.png
 

Damage formula: Additions

Here is the damage formula used for this project.
((a.atk - b.def ) + a.eatk * b.edef)

The equation can be reworded as follows.
( (User Status: Attack Power - Target Status: Defense) + User Status: Attribute Attack Power Fire * (Target Status: Attribute Resistance: Fire))

For clarity, let's look at the actual parameter values. This is the value when attacking an enemy cast with the ice attribute.

User (Attacker) Status
Attack Power40
Attribute Attack Power: Fire100
Target (Defender) Status
Defense Power10
Defender Cast AttributeIce
Attribute Resistance: Fire-100

The "Attribute Resistance: Fire" of the target (defender) status is -100, indicating that the Attribute Attack Power has been increased or decreased.
((Attack Power 40 - Defense Power 10) + Attribute Attack Power: Fire 100 * (Defender Cast Attribute: Ice=2x Fire Damage) = 30 + 100 * 2 = 230

 

Equipping armor items can increase the resistance of an ally's attributes, reducing the damage they receive, or reduce the resistance of an enemy's attributes with a skill's resistance reduction, inflicting heavy damage.

 

Specify Attributes for Skills

Example 3: Specify Attack Attribute: Skill

Basic Settings
Available in BattlesON
Skill Abilities
Attack AttributeFire
Damage to HP30
Attribute Definition019.png
 

Attach file: file属性画像_スキル_JP.png [Information] file属性画像_アイテム_JP.png [Information] fileAttribute Definition019.png [Information] fileAttribute Definition018.png [Information] fileAttribute Definition017.png [Information] fileAttribute Definition016.png [Information] fileAttribute Definition015.png [Information] fileAttribute Definition014.png [Information] fileAttribute Definition013.png [Information] fileAttribute Definition012.png [Information] fileAttribute Definition011.png [Information] fileAttribute Definition010.png [Information] fileAttribute Definition009.png [Information] fileAttribute Definition008.png [Information] fileAttribute Definition007.png [Information] fileAttribute Definition006.png [Information] fileAttribute Definition005.png [Information] fileAttribute Definition004.png [Information] fileAttribute Definition003.png [Information] fileAttribute Definition001.png [Information] fileAttribute Definition002.png [Information] fileDatabase_AttributeDefinition_Name.png 115 download [Information] fileDatabase_AttributeDefinition.png 136 download [Information] fileAttribute Basic.png 52 download [Information] fileAttribute Add.png 141 download [Information]

Front page   Edit Freeze Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes
Last-modified: 2024-04-24 (Wed) 06:50:07