mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Update Terrains.json
Added Snow, and updated Desert and Tundra.
This commit is contained in:
parent
10508792db
commit
da2a95512e
@ -35,12 +35,14 @@
|
|||||||
type:"Land",
|
type:"Land",
|
||||||
food:1,
|
food:1,
|
||||||
movementCost:1,
|
movementCost:1,
|
||||||
|
defenceBonus: -0.1,
|
||||||
RGB: [125,122,113]
|
RGB: [125,122,113]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Desert",
|
name:"Desert",
|
||||||
type:"Land",
|
type:"Land",
|
||||||
movementCost:1,
|
movementCost:1,
|
||||||
|
defenceBonus: -0.1,
|
||||||
RGB: [ 255, 255, 102]
|
RGB: [ 255, 255, 102]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -65,6 +67,13 @@
|
|||||||
impassable:true,
|
impassable:true,
|
||||||
RGB: [89, 45, 0]
|
RGB: [89, 45, 0]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name:"Snow",
|
||||||
|
type:"Land",
|
||||||
|
movementCost:1,
|
||||||
|
defenceBonus: -0.1,
|
||||||
|
RGB: [153, 255, 255]
|
||||||
|
},
|
||||||
|
|
||||||
// Terrain features
|
// Terrain features
|
||||||
{
|
{
|
||||||
@ -114,4 +123,4 @@
|
|||||||
defenceBonus: -0.1,
|
defenceBonus: -0.1,
|
||||||
occursOn:["Desert"]
|
occursOn:["Desert"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user