mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
[gameplay] Add a flaming status effect to iber champion cavalry
Accepted by: @borg- Stats by: @wowgetoffyourcellphone Differential Revision: https://code.wildfiregames.com/D2737 This was SVN commit r24426.
This commit is contained in:
BIN
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Textures>
|
||||
<File pattern="*" format="dxt5" mipmap="false" filter="box"/>
|
||||
</Textures>
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"applierTooltip": "This unit causes fire damage.",
|
||||
"code": "Burning",
|
||||
"icon": "burning",
|
||||
"statusName": "Burning",
|
||||
"receiverTooltip": "This unit is burning."
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"code": "Fire",
|
||||
"name": "Fire",
|
||||
"description": "Damage caused by burning objects, like a torch or a flaming arrow.",
|
||||
"order": 4
|
||||
}
|
||||
@@ -2,10 +2,16 @@
|
||||
<Entity parent="template_unit_champion_cavalry_javelineer">
|
||||
<Attack>
|
||||
<Ranged>
|
||||
<Damage>
|
||||
<Pierce>5</Pierce>
|
||||
<Crush>15</Crush>
|
||||
</Damage>
|
||||
<ApplyStatus>
|
||||
<Burning>
|
||||
<Interval>4000</Interval>
|
||||
<Damage>
|
||||
<Fire>1</Fire>
|
||||
</Damage>
|
||||
<Stackability>Stack</Stackability>
|
||||
<Duration>8000</Duration>
|
||||
</Burning>
|
||||
</ApplyStatus>
|
||||
</Ranged>
|
||||
</Attack>
|
||||
<Identity>
|
||||
|
||||
Reference in New Issue
Block a user