increase xerxes eco radius, add buff for offensive capability.

This commit is contained in:
real_tabasco_sauce 2024-09-03 09:23:49 -07:00
parent 291e174e51
commit be60e66a27
2 changed files with 14 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"type": "range",
"radius": 60,
"radius": 100,
"affects": ["Worker"],
"modifications": [
{ "value": "Builder/Rate", "multiply": 1.15 },
{ "value": "Builder/Rate", "multiply": 1.25 },
{ "value": "ResourceGatherer/BaseSpeed", "multiply": 1.15, "affects": "Builder" }
],
"auraName": "Administrator",
"auraDescription": "Workers +15% build rate and gather speed.",
"auraDescription": "Workers +25% build rate and +15% gather speed.",
"overlayIcon": "art/textures/ui/session/auras/buildgather_bonus.png"
}

View File

@ -0,0 +1,11 @@
{
"type": "range",
"radius": 60,
"affects": ["Siege", "Elephant", "Champion Infantry"],
"modifications": [
{ "value": "Health/Max", "multiply": 1.25 }
],
"auraName": "Invader of Greece",
"auraDescription": "Siege Rams, Elephants, and Champion Infantry + 25% Health.",
"overlayIcon": "art/textures/ui/session/auras/buildgather_bonus.png"
}