DamageReactionTable.bxml: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino mNo edit summary |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude>{{Resloc|path=DamageParam/DamageReactionTable.bxml|locations=[[Bootup.pack]]}} | |||
<onlyinclude>{{Resloc|path=DamageParam/DamageReactionTable.bxml|locations=[[Bootup.pack]]}}</onlyinclude> | '''DamageReactionTable''' contains settings for all damage reaction types.</onlyinclude> | ||
{{Parameter archive infobox|param_type=bxml|version=0|type=xml}} | |||
{{Parameter | == Enums == | ||
=== DamageReactionType === | |||
{|class="wikitable" | |||
! Name !! Description | |||
|- | |||
| Basic || Link and most other actors | |||
|- | |||
| Tree || Trees | |||
|- | |||
| Tuta || ? {{check}} | |||
|- | |||
| Rope || Ropes | |||
|- | |||
| Fish || Fishes | |||
|- | |||
| Material || Items (e.g. apples) | |||
|- | |||
| Npc || NPCs and actors that can't take damage (e.g. Cuccos) | |||
|- | |||
| Ground || Ground | |||
|- | |||
| Golem || Stone Taluses? {{check}} | |||
|- | |||
| ReflectableBullet || ? {{check}} | |||
|- | |||
| Dummy || Dummy | |||
|} | |||
=== DamageType === | |||
{|class="wikitable" | |||
! Name !! Description | |||
|- | |||
| Edge || Sharp weapons such as the Woodcutter's Axe | |||
|- | |||
| Blunt || Blunt weapons such as the Savage Lynel Crusher | |||
|- | |||
| Arrow || Arrows | |||
|} | |||
== Parameter objects == | |||
(none) | |||
== Parameter lists == | |||
=== {{placeholder AAMP param name|name=([[#DamageReactionType]]) }} === | |||
==== Parameter objects ==== | |||
===== {{placeholder AAMP param name|name=([[#DamageType]]) }} ===== | |||
{|class="wikitable" | |||
! Key !! Type !! Description | |||
|- | |||
| Damage || bool || Take damage | |||
|- | |||
| Effect || bool || Show damage effect (red if damaged, blue otherwise) | |||
|- | |||
| Vibrate || bool || Rumble | |||
|- | |||
| SoundEffect || bool || Play damage sound effect | |||
|- | |||
| EquipDamage || bool || Equipment receives damage? {{check}} | |||
|- | |||
| InvincibleDodge || bool || ? {{check}} | |||
|} |
Revision as of 19:17, 15 September 2018
This resource is found in Bootup.pack.
Its canonical resource path is "DamageParam/DamageReactionTable.bxml".
DamageReactionTable contains settings for all damage reaction types.
Format | AAMP |
---|---|
Version | 0 |
Type | xml |
This article is about the structure in general. For actual values, check the GameROM or the pseudo-source. |
Enums
DamageReactionType
Name | Description |
---|---|
Basic | Link and most other actors |
Tree | Trees |
Tuta | ? [check] |
Rope | Ropes |
Fish | Fishes |
Material | Items (e.g. apples) |
Npc | NPCs and actors that can't take damage (e.g. Cuccos) |
Ground | Ground |
Golem | Stone Taluses? [check] |
ReflectableBullet | ? [check] |
Dummy | Dummy |
DamageType
Name | Description |
---|---|
Edge | Sharp weapons such as the Woodcutter's Axe |
Blunt | Blunt weapons such as the Savage Lynel Crusher |
Arrow | Arrows |
Parameter objects
(none)
Parameter lists
(#DamageReactionType)
Parameter objects
(#DamageType)
Key | Type | Description |
---|---|---|
Damage | bool | Take damage |
Effect | bool | Show damage effect (red if damaged, blue otherwise) |
Vibrate | bool | Rumble |
SoundEffect | bool | Play damage sound effect |
EquipDamage | bool | Equipment receives damage? [check] |
InvincibleDodge | bool | ? [check] |