1
0
forked from 0ad/0ad

Fix some style issues.

EOL style -> native. Set MIME-type.
Some textual stuff.

This was SVN commit r27416.
This commit is contained in:
Freagarach 2023-01-11 08:55:44 +00:00
parent c97f744c19
commit 842de4e603
34 changed files with 642 additions and 642 deletions

View File

@ -3,7 +3,7 @@
"radius": 60,
"affects": ["Soldier"],
"modifications": [
{"value": "Attack/Melee/Damage/Hack","multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Hack","multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 1.1 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 1.1 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 1.1 },

View File

@ -1,10 +1,10 @@
{
"type": "range",
"radius": 30,
"affectedPlayers": [ "Enemy" ],
"affectedPlayers": ["Enemy"],
"affects": ["Soldier", "Structure"],
"modifications": [
{"value": "Attack/Melee/Damage/Hack","multiply": 0.9 },
{ "value": "Attack/Melee/Damage/Hack","multiply": 0.9 },
{ "value": "Attack/Melee/Damage/Pierce", "multiply": 0.9 },
{ "value": "Attack/Melee/Damage/Crush", "multiply": 0.9 },
{ "value": "Attack/Ranged/Damage/Hack", "multiply": 0.9 },

View File

@ -1,8 +1,8 @@
{
"type": "range",
"radius": 60,
"affects": ["CivilCentre"],
"affectedPlayers": ["Enemy"],
"affects": ["CivilCentre"],
"modifications": [
{ "value": "Capturable/GarrisonRegenRate", "multiply": 0.5 }
],

View File

@ -1,14 +1,14 @@
{
"genericName": "Fertile Crescent",
"autoResearch": true,
"description": "The seleucid empire was located in a highly fertile region with productive soils. Farms are cheaper and faster to build,",
"description": "The Seleucid empire was located in a highly fertile region with productive soils. Farms are cheaper and faster to build,",
"requirements": {
"any": [
{ "civ": "sele" }
]
},
"icon": "stone_blocks_brown.png",
"tooltip": "Farms -25% wood cost and -75% build time.",
"tooltip": "Farms −25% wood cost and −75% build time.",
"modifications": [
{ "value": "Cost/Resources/wood", "multiply": 0.75 },
{ "value": "Loot/wood", "multiply": 0.75 },

View File

@ -19,7 +19,7 @@
<GenericName>Roman Swordsman</GenericName>
<SpecificName>Hastātus</SpecificName>
<Icon>units/rome/infantry_swordsman.png</Icon>
<Tooltip>Elite rank Swordsmen can be promoted to champion Centurions.</Tooltip>
<Tooltip>Elite rank Swordsmen can be promoted to champion Centurions.</Tooltip>
</Identity>
<Promotion>
<Entity>units/rome/infantry_swordsman_a</Entity>