Merge pull request #519 from Smashfanful/patch-46

Update Terrains.json
This commit is contained in:
Yair Morgenstern 2019-03-07 19:09:06 +02:00 committed by GitHub
commit bc2a4882c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{ {