wip: battle mechanism

This commit is contained in:
Ilia Denisov
2026-01-11 20:27:43 +02:00
parent b3de13b6e1
commit ac60bb3020
4 changed files with 322 additions and 94 deletions
+2
View File
@@ -19,6 +19,7 @@ var (
game.TechShields: 1.3,
game.TechCargo: 1.4,
},
Relations: []game.RaceRelation{{RaceID: Race_1_ID, Relation: game.RelationWar}},
}
Race_1 = game.Race{
ID: Race_1_ID,
@@ -30,6 +31,7 @@ var (
game.TechShields: 2.3,
game.TechCargo: 2.4,
},
Relations: []game.RaceRelation{{RaceID: Race_0_ID, Relation: game.RelationPeace}},
}
Race_0_ID = uuid.New()