Changeset 25131

Timestamp:
Mar 26, 2021, 6:09:16 PM (3 years ago)
Author:
wraitii
Message:

Change 'Archery Tradition' tech to an attack range increase.

This new bonus makes the tech more predictable.
Cost has been reduced slightly.

Patch by: Nescio

Differential Revision: https://code.wildfiregames.com/D3671

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/simulation/data/technologies/archery_tradition.json

    r24709 r25131  
    33    "description": "The Indian, Iranian, and Kushite peoples had a tradition of fine archery and a penchant for using massed archers in battle.",
    44    "cost": {
    5         "wood": 500,
    6         "metal": 300
     5        "00,
     6        "metal": 00
    77    },
    88    "requirements": {
     
    2020    "requirementsTooltip": "Unlocked in Village Phase.",
    2121    "icon": "archery_tradition.png",
    22     "researchTime": 60,
    23     "tooltip": "Archers −10% training time and +10 attack range.",
     22    "researchTime": 0,
     23    "tooltip": "Archers +10 attack range.",
    2424    "modifications": [
    25         { "value": "Attack/Ranged/MaxRange", "add": 10 },
    26         { "value": "Cost/BuildTime", "multiply": 0.9 },
    27         { "value": "Vision/Range", "add": 8 }
     25        { "value": "Attack/Ranged/MaxRange", "add": 10 }
    2826    ],
    2927    "affects": ["Archer"],
Note: See TracChangeset for help on using the changeset viewer.