Difference between revisions of "ECS Basic Vector II. Power plant"

From TTWiki
Jump to navigationJump to search
 
Line 24: Line 24:
 
Acceptance limit can be disabled with parameter of [[ECSBasicVector|ECS Basic Vector II]]
 
Acceptance limit can be disabled with parameter of [[ECSBasicVector|ECS Basic Vector II]]
   
There are 0 oil storage slots by default. After 1950-th one coal storage slot is changed to oil storage slot (randomly). If Power plant is supplied with oil, coal storage slots start to transform to oil storage slots (randomly). Backward transformation is not allowed.
+
There are 0 oil storage slots by default. After 1950-th one coal storage slot is transformed into the oil storage slot (randomly). If Power plant is supplied with oil, coal storage slots begin to transform to oil storage slots (randomly). Backward transformation should not happen.
   
 
==Construction==
 
==Construction==
Line 52: Line 52:
 
The Power plant uses 124 production levels, represented in % from 3% to 100%.
 
The Power plant uses 124 production levels, represented in % from 3% to 100%.
   
The level change is based on amount of energy, generated by power plant. Every 1 ton of coal is transformed into 7.5 MW/h of Energy, 1000 litres of oil is transformed into 10.3 MW/h of Energy
+
Every 1 ton of coal is transformed into 7.5 MW/h of Energy, 1000 litres of oil is transformed into 10.3 MW/h of Energy.
   
  +
If sulphur is defined amount of sulphur produced in tons is equal to '''0.4% of energy''' produced
 4474 * 60     02 0A 71 89
 
   
  +
Maximum amount of coal to process per cycle is '''R0 = level % * (max (cur_year - 1920 , 5) + 20) / 10''' (or amount of coal waiting if less)
                40 20 FF FF 00 00 \2+
 
   
  +
Maximum amount of oil to process per cycle is '''R1 = level % * 4 * (max (current year - 1920 , 5) + 20) / 25''' (or amount of oil waiting if less)
                41 00 FF FF 00 00
 
   
  +
If both oil and coal are waiting, amount of coal processed is '''R0 * R0 / (R0 + R1)''', amount of oil processed is '''R1 * R1 / (R0 + R1)'''
                04 21 00 00 00 00 00 09 00 00 00
 
 
                2D 00 0A 00 00 00 63 00 00 00
 
 
                24 00 00 02 00 00 FF 03 00 00
 
 
                22 00 00 04 00 00 FF FF FF FF
 
 
                00 80
 
   
 
==Production change==
 
==Production change==
Line 78: Line 70:
 
On the lowest production level (Very low or 3%) advanced closure mechanism is applied with the following protection conditions:
 
On the lowest production level (Very low or 3%) advanced closure mechanism is applied with the following protection conditions:
 
*last one on the map
 
*last one on the map
  +
*younger than 10 years
*younger than 5 years for industries, built in SE (scenario editor) or during map generation, younger than 2 years for others
 
*amount of '''Steel + Glass/3 + Dyes > 1024'''
+
*amount of '''Coal + Oil > 1024'''
  +
*Amount of Energy generated > 1024MW/h
   
 
Protection can be changed with parameter of [[ECSBasicVector|ECS Basic Vector II]] to the following protection conditions:
 
Protection can be changed with parameter of [[ECSBasicVector|ECS Basic Vector II]] to the following protection conditions:
 
*last one on the map
 
*last one on the map
  +
*younger than 10 years
*younger than 5 years for industries, built in SE (scenario editor) or during map generation, younger than 2 years for others
 
*amount of '''Steel + Glass/3 + Dyes > 1'''
+
*amount of '''Coal + Oil > 1'''
  +
*Amount of Energy generated > 1024MW/h
*transportation level > 1%
+
*Sulphur transportation level is >1%
 
*Power plant is built by the player during game play
 
*Power plant is built by the player during game play
   
  +
The level change is based on amount of energy, generated by Power plant and amount of resources on the stock.
===Steel or Glass are available===
 
 
Production level decreases when amount of cargo produced last month is below the value represented in the table.
 
 
Production level increases when amount of '''max (Steel, Glass / 3)''' is above the value represented in the table.
 
 
||'''Level'''|'''Decrease (crates of goods)'''|'''Increase (reduced tonnes)'''
 
 
Very low| |135
 
 
Low|77|279
 
 
Normal|162|576
 
 
High|340|1188
 
   
  +
||<center>'''Stock (Coal+Oil)'''</center>|<center>'''Level'''</center>|'''Production change'''
Very high|714|2451
 
   
  +
<center>0-9</center>|3%-6%|decrease production level by 1
Ultimate|1500| ||On normal production level and higher at list 50% of cargo should be transported to allow production level grow
 
   
  +
<center>0-9</center>|7%-100%|divide production level by 2
===Steel and Glass are not available===
 
   
  +
<center>10-99</center>|3%-100%|decrease production level by 1
Production change happens according on amount of cargo transported.
 
   
  +
<center>100-1023</center>|3%-100%|no change
||'''Transportation'''|'''Production change'''
 
   
<center>&lt; 25%</center>|divide production level by 2 if current level above 6%
+
<center>1024-2047</center>|3%-24%|increase production level by 1
   
<center>-&quot;-</center>|decrease production level by 1 if current level 3% &ndash; 6%
+
<center>1024-2047</center>|25%-100%|increase production level by 1 if sulphur transportation level is &gt; 50%
   
<center>25% &ndash; 49%</center>|decrease production level by 1
+
<center>2048-</center>|3%-24%|increase production level by 1 with 80% probability
   
<center>51% &ndash; 75%</center>|increase production level by 1
+
<center>2048-</center>|3%-24%|multiply production level by 2 with 20% probability
   
<center>&gt;75%</center>|increase production level by 1 with 75% probability
+
<center>2048-</center>|25%-100%|increase production level by 1 with 80% probability if sulphur transportation level is &gt; 50%
   
<center>-&quot;-</center>|multiply production level by 2||
+
<center>2048-</center>|25%-100%|multiply production level by 2 with 20% probability if sulphur transportation level is &gt; 50%||
   
 
==Features==
 
==Features==
   
The Power plant has one of 24 possible layouts. New layouts are welcome (:biggrin:)
+
The Power plant has one of 4 possible layouts. New layouts are welcome (:biggrin:)
   
 
The Power plant is covered with snow when located above snow line.
 
The Power plant is covered with snow when located above snow line.
   
When built by the player during a game, the Power plant will be in Company Colours of the builder. When generated by the game or built while in the scenario editor, the Power plant will pick up the colour randomly with one exception. The white colour would be changed to yellow.
+
When built by the player during a game, the Power plant will be in Company Colours of the builder. When generated by the game or built while in the scenario editor, the Power plant will pick up the colour randomly.
   
 
The Power plant changes graphics over time (following [http://users.skynet.be/florisjan/ttd/ttrs.html#pd|TTRSv3]'s second parameter). The change occurs independently for each tile. If [http://users.skynet.be/florisjan/ttd/ttrs.html#pd|TTRSv3] is not detected, the Power plant follows TTRSv3's default era time sequence.
 
The Power plant changes graphics over time (following [http://users.skynet.be/florisjan/ttd/ttrs.html#pd|TTRSv3]'s second parameter). The change occurs independently for each tile. If [http://users.skynet.be/florisjan/ttd/ttrs.html#pd|TTRSv3] is not detected, the Power plant follows TTRSv3's default era time sequence.
Line 140: Line 120:
 
Era 2:
 
Era 2:
   
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/Power</nowiki> plant-e2-snowed.png width= height= align= desc= link= }
+
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e2-snowed.png</nowiki> width= height= align= desc= link= }
   
 
Era 3:
 
Era 3:
   
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/Power</nowiki> plant-e3-snowed.png width= height= align= desc= link= }
+
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e3-snowed.png</nowiki> width= height= align= desc= link= }
   
 
Era 4:
 
Era 4:
   
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/Power</nowiki> plant-e4-snowed.png width= height= align= desc= link= }
+
{img<nowiki>src=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e4-snowed.png</nowiki> width= height= align= desc= link= }

Revision as of 08:30, 26 December 2010

Power plant

Power plant

Drawn by Zimmlock, small fixes, Company Colours support and snowed version by George

The Power plant is the part of the ECS Basic Vector II.

Accepted and produced cargoes

The Power plant produces Sulphur if defined.

The Power plant accepts Coal, Oil (on certain conditions) if defined.

The Power plant does not accept any cargo during first 93 days of life if built in game.

Cargo acceptance is limited by storage capacity. If the stockpile is in overflow, the industry stops accepting cargo until the stockpile is down to 66% of capacity, at which point the industry will start accepting cargo again.

Coal capacity is calculated as 2100*coal storage slots

Oil capacity is calculated as 2500*coal storage slots

Acceptance limit can be disabled with parameter of ECS Basic Vector II

There are 0 oil storage slots by default. After 1950-th one coal storage slot is transformed into the oil storage slot (randomly). If Power plant is supplied with oil, coal storage slots begin to transform to oil storage slots (randomly). Backward transformation should not happen.

Construction

The Power plant can be built by a player both in a game and in the scenario editor. Construction cost has a factor of 144 that means the building cost is £421,875/$843,750 in game, in case of inflation is off. Construction conditions are represented in the table.

||SE|Condition

+

|Build on dry land

+

|Build on flat land

|Build > 1 tiles away from desert tile

|Build at least 100 tiles away from Tz0

|Build > 16 tiles from a Coal mine

|Build > 16 tiles from a Oil wells

|Build > 96 tiles from a Power plant||of Location/Positioning Conditions

The Power plant has low probability (2) to be built by map generator and very low probability (1) to be built during game play.

Production

The Power plant uses 124 production levels, represented in % from 3% to 100%.

Every 1 ton of coal is transformed into 7.5 MW/h of Energy, 1000 litres of oil is transformed into 10.3 MW/h of Energy.

If sulphur is defined amount of sulphur produced in tons is equal to 0.4% of energy produced

Maximum amount of coal to process per cycle is R0 = level % * (max (cur_year - 1920 , 5) + 20) / 10 (or amount of coal waiting if less)

Maximum amount of oil to process per cycle is R1 = level % * 4 * (max (current year - 1920 , 5) + 20) / 25 (or amount of oil waiting if less)

If both oil and coal are waiting, amount of coal processed is R0 * R0 / (R0 + R1), amount of oil processed is R1 * R1 / (R0 + R1)

Production change

Production change happens on the 1-st day of every month.

The Power plant does not change production level during first 93 days of life if built in game.

On the lowest production level (Very low or 3%) advanced closure mechanism is applied with the following protection conditions:

  • last one on the map
  • younger than 10 years
  • amount of Coal + Oil > 1024
  • Amount of Energy generated > 1024MW/h

Protection can be changed with parameter of ECS Basic Vector II to the following protection conditions:

  • last one on the map
  • younger than 10 years
  • amount of Coal + Oil > 1
  • Amount of Energy generated > 1024MW/h
  • Sulphur transportation level is >1%
  • Power plant is built by the player during game play

The level change is based on amount of energy, generated by Power plant and amount of resources on the stock.

||

Stock (Coal+Oil)

|

Level

|Production change

0-9

|3%-6%|decrease production level by 1

0-9

|7%-100%|divide production level by 2

10-99

|3%-100%|decrease production level by 1

100-1023

|3%-100%|no change

1024-2047

|3%-24%|increase production level by 1

1024-2047

|25%-100%|increase production level by 1 if sulphur transportation level is > 50%

2048-

|3%-24%|increase production level by 1 with 80% probability

2048-

|3%-24%|multiply production level by 2 with 20% probability

2048-

|25%-100%|increase production level by 1 with 80% probability if sulphur transportation level is > 50%

2048-

|25%-100%|multiply production level by 2 with 20% probability if sulphur transportation level is > 50%||

Features

The Power plant has one of 4 possible layouts. New layouts are welcome (:biggrin:)

The Power plant is covered with snow when located above snow line.

When built by the player during a game, the Power plant will be in Company Colours of the builder. When generated by the game or built while in the scenario editor, the Power plant will pick up the colour randomly.

The Power plant changes graphics over time (following [1]'s second parameter). The change occurs independently for each tile. If [2] is not detected, the Power plant follows TTRSv3's default era time sequence.

Era 1:

Era 2:

{imgsrc=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e2-snowed.png width= height= align= desc= link= }

Era 3:

{imgsrc=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e3-snowed.png width= height= align= desc= link= }

Era 4:

{imgsrc=http://www.george.zernebok.net/newgrf/newcargos/img/powerplant-2-e4-snowed.png width= height= align= desc= link= }