mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 06:09:24 +07:00
Added Triremes and water combat!
This commit is contained in:
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
android/Images/UnitIcons/Trireme.png
Normal file
BIN
android/Images/UnitIcons/Trireme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 897 KiB After Width: | Height: | Size: 897 KiB |
@ -70,6 +70,17 @@
|
||||
movement:4,
|
||||
cost: 30,
|
||||
requiredTech:"Sailing",
|
||||
uniques:["Cannot enter ocean tiles until Astronomy"]
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Trireme",
|
||||
unitType:"WaterMelee",
|
||||
movement:4,
|
||||
strength:10,
|
||||
cost: 45,
|
||||
requiredTech:"Sailing",
|
||||
uniques:["Cannot enter ocean tiles"]
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user