Galactica/content/factions.toml

12 lines
259 B
TOML

[faction."player"]
display_name = "Player"
relationship.player = "neutral"
relationship.enemy = "hostile"
color = [0.0, 1.0, 0.0]
[faction."enemy"]
display_name = "Enemy"
relationship.enemy = "neutral"
relationship.player = "hostile"
color = [1.0, 0.0, 0.0]