Project

General

Profile

Bug #490 » 0031-Granularity-Correct-terrain-movement-costs.patch

Marko Lindqvist, 04/22/2024 04:28 AM

View differences:

data/granularity/terrain.ruleset
graphic_alt2 = "-"
identifier = "g"
class = "Land"
movement_cost = 5
movement_cost = 50
defense_bonus = 0
food = 200
shield = 0
......
graphic_alt2 = "-"
identifier = "f"
class = "Land"
movement_cost = 15
movement_cost = 150
defense_bonus = 30
food = 100
shield = 100
......
graphic_alt2 = "-"
identifier = "m"
class = "Land"
movement_cost = 50
movement_cost = 500
defense_bonus = 100
food = 0
shield = 100
......
graphic_alt2 = "-"
identifier = "p"
class = "Land"
movement_cost = 5
movement_cost = 50
defense_bonus = 0
food = 100
shield = 50
......
graphic_alt2 = "-"
identifier = " "
class = "Oceanic"
movement_cost = 5
movement_cost = 50
defense_bonus = 0
food = 100
shield = 100
......
graphic_alt2 = "coast"
identifier = ":"
class = "Oceanic"
movement_cost = 5
movement_cost = 50
defense_bonus = 0
food = 100
shield = 100
(2-2/2)