Update Terrains.json

Added Snow, and updated Desert and Tundra.
This commit is contained in:
Smashfanful 2019-03-06 15:45:51 +01:00 committed by GitHub
parent 10508792db
commit da2a95512e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{
@ -114,4 +123,4 @@
defenceBonus: -0.1,
occursOn:["Desert"]
}
]
]