Skip to content

Commit

Permalink
Reorder residential consumption lines in object file
Browse files Browse the repository at this point in the history
By approximately the order they are listed in print_db_data output. This
is not intended to have any effect at all. It would be a bug if it did.
  • Loading branch information
ChrisOelmueller committed Dec 16, 2014
1 parent 4438339 commit 028b913
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions content/objects/buildings/tent.yaml
Expand Up @@ -28,51 +28,51 @@ components:
utilization:
FullUtilization
productionlines:
69:
30:
produces:
- [RES.HAPPINESS, 4]
- [RES.HAPPINESS, 1]
changes_animation: false
level: [TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.SAILORS, TIER.PIONEERS, TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 90
consumes:
- [RES.SALT, -1]
70:
- [RES.COMMUNITY, -1]
72:
produces:
- [RES.HAPPINESS, 5]
changes_animation: false
level: [TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.SAILORS]
enabled_by_default: false
time: 180
time: 90
consumes:
- [RES.TOBACCO_PRODUCTS, -1]
71:
- [RES.FAITH, -1]
21:
produces:
- [RES.HAPPINESS, 15]
- [RES.HAPPINESS, 3]
changes_animation: false
level: [TIER.SAILORS]
level: [TIER.PIONEERS, TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 60
time: 90
consumes:
- [RES.FOOD, -1]
72:
- [RES.FAITH, -1]
71:
produces:
- [RES.HAPPINESS, 5]
- [RES.HAPPINESS, 15]
changes_animation: false
level: [TIER.SAILORS]
enabled_by_default: false
time: 90
time: 60
consumes:
- [RES.FAITH, -1]
41:
- [RES.FOOD, -1]
19:
produces:
- [RES.HAPPINESS, 4]
- [RES.HAPPINESS, 13]
changes_animation: false
level: [TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.PIONEERS]
enabled_by_default: false
time: 90
time: 60
consumes:
- [RES.GET_TOGETHER, -1]
- [RES.FOOD, -1]
43:
produces:
- [RES.HAPPINESS, 12]
Expand All @@ -82,24 +82,24 @@ components:
time: 75
consumes:
- [RES.FOOD, -1]
44:
26:
produces:
- [RES.HAPPINESS, 5]
- [RES.HAPPINESS, 3]
changes_animation: false
level: [TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.PIONEERS]
enabled_by_default: false
time: 90
consumes:
- [RES.EDUCATION, -1]
19:
44:
produces:
- [RES.HAPPINESS, 13]
- [RES.HAPPINESS, 5]
changes_animation: false
level: [TIER.PIONEERS]
level: [TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 60
time: 90
consumes:
- [RES.FOOD, -1]
- [RES.EDUCATION, -1]
20:
produces:
- [RES.HAPPINESS, 5]
Expand All @@ -109,33 +109,33 @@ components:
time: 180
consumes:
- [RES.TEXTILE, -1]
21:
41:
produces:
- [RES.HAPPINESS, 3]
- [RES.HAPPINESS, 4]
changes_animation: false
level: [TIER.PIONEERS, TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 90
consumes:
- [RES.FAITH, -1]
26:
- [RES.GET_TOGETHER, -1]
69:
produces:
- [RES.HAPPINESS, 3]
- [RES.HAPPINESS, 4]
changes_animation: false
level: [TIER.PIONEERS]
level: [TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 90
consumes:
- [RES.EDUCATION, -1]
30:
- [RES.SALT, -1]
70:
produces:
- [RES.HAPPINESS, 1]
- [RES.HAPPINESS, 5]
changes_animation: false
level: [TIER.SAILORS, TIER.PIONEERS, TIER.SETTLERS, TIER.CITIZENS]
level: [TIER.SETTLERS, TIER.CITIZENS]
enabled_by_default: false
time: 90
time: 180
consumes:
- [RES.COMMUNITY, -1]
- [RES.TOBACCO_PRODUCTS, -1]
settler_upgrade_lines:
TIER.PIONEERS:
- [RES.BOARDS, -3]
Expand Down

0 comments on commit 028b913

Please sign in to comment.