mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
commit
bc2a4882c5
@ -35,12 +35,14 @@
|
||||
type:"Land",
|
||||
food:1,
|
||||
movementCost:1,
|
||||
defenceBonus: -0.1,
|
||||
RGB: [125,122,113]
|
||||
},
|
||||
{
|
||||
name:"Desert",
|
||||
type:"Land",
|
||||
movementCost:1,
|
||||
defenceBonus: -0.1,
|
||||
RGB: [ 255, 255, 102]
|
||||
},
|
||||
{
|
||||
@ -65,6 +67,13 @@
|
||||
impassable:true,
|
||||
RGB: [89, 45, 0]
|
||||
},
|
||||
{
|
||||
name:"Snow",
|
||||
type:"Land",
|
||||
movementCost:1,
|
||||
defenceBonus: -0.1,
|
||||
RGB: [153, 255, 255]
|
||||
},
|
||||
|
||||
// Terrain features
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user