Sorting notes

This commit is contained in:
2026-05-27 10:47:30 -04:00
parent 9797ce853e
commit 5e486b0edb
47 changed files with 82 additions and 70 deletions
+34
View File
@@ -0,0 +1,34 @@
These are the general variable stats that will exist on a building. More to come as calculator considers more data cases.
# String
- Name required
- Description?
- Image?
- SourceId required: "General"
- RequirementIds[]?
# Int
- IncomeDraft: 0
- IncomeFood: 0
- IncomeKnowledge: 0
- IncomeIndustry: 0
- IncomeMagic: 0
- IncomeGold: 0
- IncomeImperial: 0
- IncomeStability: 0
- UpkeepGold: 0
- CostGold: 60
- CostIndustry: 120
- CostMana: 0
- BoostPopulation: 0
- BoostForester: 0
- BoostFarm: 0
- BoostQuarry: 0
- BoostGoldMine: 0
- BoostConduit: 0