mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
[Gameplay] Druids Aura, "Deas Celtica"
Druids increase attack rates of soldiers near them slightly. This fulfills a decade+ design element in the old Celtic civ design profiles. Patch by: @borg- Positive Comments by: @chrstgtr Accepted by: @real_tabasco_sauce, @wowgetoffyourcellphone Differential revision: https://code.wildfiregames.com/D5116 This was SVN commit r27836.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "range",
|
||||
"radius": 10,
|
||||
"affects": ["Soldier"],
|
||||
"modifications": [
|
||||
{ "value": "Attack/Melee/Damage/Hack", "multiply": 1.05 },
|
||||
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.05 },
|
||||
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.05 },
|
||||
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.05 },
|
||||
{ "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.05 },
|
||||
{ "value": "Attack/Ranged/Damage/Crush", "multiply": 1.05 }
|
||||
],
|
||||
"auraName": "Deas Celtica",
|
||||
"auraDescription": "Soldiers +5% attack damage.",
|
||||
"overlayIcon": "art/textures/ui/session/auras/attack_bonus.png"
|
||||
}
|
||||
@@ -35,7 +35,13 @@
|
||||
"Type": "peace"
|
||||
}
|
||||
],
|
||||
"CivBonuses": [],
|
||||
"CivBonuses": [
|
||||
{
|
||||
"Name": "Deas Celtica",
|
||||
"History": "Celtic religion and druidry inspired their warlike mindset.",
|
||||
"Description": "Druids increase attack rates of soldiers near them by 5%."
|
||||
}
|
||||
],
|
||||
"WallSets": [
|
||||
"structures/wallset_palisade",
|
||||
"structures/brit/wallset_stone"
|
||||
|
||||
@@ -27,7 +27,13 @@
|
||||
"Type": "peace"
|
||||
}
|
||||
],
|
||||
"CivBonuses": [],
|
||||
"CivBonuses": [
|
||||
{
|
||||
"Name": "Deas Celtica",
|
||||
"History": "Celtic religion and druidry inspired their warlike mindset.",
|
||||
"Description": "Druids increase attack rates of soldiers near them by 5%."
|
||||
}
|
||||
],
|
||||
"WallSets": [
|
||||
"structures/wallset_palisade",
|
||||
"structures/gaul/wallset_stone"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_support_healer">
|
||||
<Auras datatype="tokens">
|
||||
units/celtic_healer
|
||||
</Auras>
|
||||
<Identity>
|
||||
<Civ>brit</Civ>
|
||||
<GenericName>Druid</GenericName>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_support_healer">
|
||||
<Auras datatype="tokens">
|
||||
units/celtic_healer
|
||||
</Auras>
|
||||
<Identity>
|
||||
<Civ>gaul</Civ>
|
||||
<GenericName>Druid</GenericName>
|
||||
|
||||
Reference in New Issue
Block a user