mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
wip: move all chains
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
<div class="flex-break hidden item"></div>
|
<div class="flex-break hidden item"></div>
|
||||||
<div class="flex-break item"></div>
|
<div class="flex-break item"></div>
|
||||||
<div class="flex-break item"></div>
|
<div class="flex-break item"></div>
|
||||||
<div class="flex-break item"></div>
|
|
||||||
<ChainTiers
|
<ChainTiers
|
||||||
:title="expansionInfoItem.title"
|
:title="expansionInfoItem.title"
|
||||||
:col-break="false"
|
:col-break="false"
|
||||||
@@ -69,7 +68,7 @@ const expansionInfoItem = ref({
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
// Masonry Layout - 5 cols
|
// Masonry Layout - 5 cols
|
||||||
$column: 4;
|
$column: 3;
|
||||||
|
|
||||||
.flex-break {
|
.flex-break {
|
||||||
flex: 1 0 100% !important;
|
flex: 1 0 100% !important;
|
||||||
@@ -87,7 +86,7 @@ $column: 4;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.masonry-container {
|
.masonry-container {
|
||||||
height: 7650px;
|
height: 7000px;
|
||||||
|
|
||||||
.masonry-col {
|
.masonry-col {
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
@@ -96,6 +95,6 @@ $column: 4;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-width {
|
.custom-width {
|
||||||
width: 4100px;
|
width: 3100px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -139,7 +139,13 @@ export const productionChainsSeason4: TieredProductionChain[] = [
|
|||||||
Wood & Steel & CottonMill --> PoliceEquipment
|
Wood & Steel & CottonMill --> PoliceEquipment
|
||||||
PoliceEquipment --> PoliceHeadquarters
|
PoliceEquipment --> PoliceHeadquarters
|
||||||
`
|
`
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
colBreak: false,
|
||||||
|
tierName: 'Artistas',
|
||||||
|
productionChains: [
|
||||||
{
|
{
|
||||||
productionChain: 'fan',
|
productionChain: 'fan',
|
||||||
chainMultiplier: '6',
|
chainMultiplier: '6',
|
||||||
@@ -324,6 +330,8 @@ export const productionChainsSeason4: TieredProductionChain[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{ colBreak: true, tierName: 'skip' },
|
||||||
|
{ colBreak: true, tierName: 'skip' },
|
||||||
{
|
{
|
||||||
colBreak: false,
|
colBreak: false,
|
||||||
tierName: 'Hacienda',
|
tierName: 'Hacienda',
|
||||||
|
|||||||
Reference in New Issue
Block a user