mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 01:39:40 +07:00
Small fix to Modding Wiki for Ranged Strength clarification (#12328)
This commit is contained in:
@ -14,8 +14,8 @@ Each unit has the following structure:
|
|||||||
| unitType | String | Required | The type of the unit. Must be in [UnitTypes.json](#unittypesjson) |
|
| unitType | String | Required | The type of the unit. Must be in [UnitTypes.json](#unittypesjson) |
|
||||||
| cost | Integer | -1 | The amount of production required to build this unit. The production needed is always positive |
|
| cost | Integer | -1 | The amount of production required to build this unit. The production needed is always positive |
|
||||||
| movement | Integer | 0 | The amount of movement points the unit has by |
|
| movement | Integer | 0 | The amount of movement points the unit has by |
|
||||||
| strength | Integer | 0 | The melee attack and defensive strength of the unit. If this and rangedStrength are ommited or 0, the unit will be a civilian |
|
| strength | Integer | 0 | The melee attack and defensive strength of the unit. If this and rangedStrength are omitted or 0, the unit will be a civilian |
|
||||||
| rangedStrength | Integer | 0 | The ranged attack strength of the unit. If omitted, the unit cannot ranged attack. If used, strength must be set too. |
|
| rangedStrength | Integer | 0 | The ranged attack and defensive strength of the unit. If omitted, the unit cannot ranged attack. If used, strength must be set too. |
|
||||||
| religiousStrength | Integer | 0 | The religious attack and defensive strength of the unit |
|
| religiousStrength | Integer | 0 | The religious attack and defensive strength of the unit |
|
||||||
| range | Integer | 2 | The range from which ranged attacks can be preformed |
|
| range | Integer | 2 | The range from which ranged attacks can be preformed |
|
||||||
| interceptRange | Integer | 0 | Air units attacking within in this range will be intercepted |
|
| interceptRange | Integer | 0 | Air units attacking within in this range will be intercepted |
|
||||||
|
Reference in New Issue
Block a user