Skip to content

Commit 957f778

Browse files
committed
I forgot one thing - Globium Stack Conveyor.
1 parent f981cf2 commit 957f778

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

bundles/bundle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ weather.adc-creotite-precipitation.name = Creotite Precipitation
329329
weather.adc-ledonite-precipitation.name = Ledonite Precipitation
330330
weather.adc-radioactive-fog.name = Radioactive Fog
331331
sector.adc-creotite-power-station.name = Creotite Power Station
332-
sector.adc-creotite-power-station.description = A power plant destroyed by explosion of creostone reactors. \n[red]Don't repeat mistakes of the past! There is increased level of radiation in this area. \nExplore the creotite and produce the creostone. Explore technologies built at the expense of creostone. \n\nThere is a lot of enemy activity here, do not let the enemies learn technologies first.
332+
sector.adc-creotite-power-station.description = A power plant destroyed by explosion of creostone reactors. \n[red]Don't repeat mistakes of the past! There is increased level of radiation in this area.[] \nExplore the creotite and produce the creostone. Explore technologies built at the expense of creostone. \n\nThere is a lot of enemy activity here, do not let the enemies learn technologies first.
333+
block.adc-gl-stack-conveyor.name = Globium Stack Conveyor
334+
block.adc-gl-stack-conveyor.description = Transports items forward in stacks, accommodates up to 25 items.
333335

334336
block.adc-brazier.name = Brazier
335337
block.adc-brazier.description = Burns any enemies nearby.

bundles/bundle_ru.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,13 @@ weather.adc-creotite-precipitation.name = Креотитовый осадок
318318
weather.adc-ledonite-precipitation.name = Ледонитовый осадок
319319
weather.adc-radioactive-fog.name = Радиоактивный туман
320320
sector.adc-creotite-power-station.name = Креотитовая электростанция
321-
sector.adc-creotite-power-station.description = Электростанция, разрушенная взрывом креотитовых реакторов. \n[red]Не повторяйте ошибок прошлого! В этой зоне повышенный уровень радиации. \nИсследуйте креотит и произведите креотитовый камень. Исследуйте технологии, возведённые за счёт креокамня. \n\nЗдесь присутствует большая вражеская активность, не дайте врагам изучить технологии первыми.
321+
sector.adc-creotite-power-station.description = Электростанция, разрушенная взрывом креотитовых реакторов. \n[red]Не повторяйте ошибок прошлого! В этой зоне повышенный уровень радиации.[] \nИсследуйте креотит и произведите креотитовый камень. Исследуйте технологии, возведённые за счёт креокамня. \n\nЗдесь присутствует большая вражеская активность, не дайте врагам изучить технологии первыми.
322322

323323
block.adc-arrow.name = Стрела
324324
block.adc-arrow.description = Стреляет по воздушным целям самонаводящимися сквозными стрелами. Сперва атакует наислабейшие цели.
325325
block.adc-arrow.details = Турель фракции "Индиго".
326+
block.adc-gl-stack-conveyor.name = Глобиумный стаковый конвеер
327+
block.adc-gl-stack-conveyor.description = Транспортирует предметы вперёд пачками, вмещает в себя до 25 предметов.
326328

327329
block.adc-brazier.name = Жаровня
328330
block.adc-brazier.description = Сжигает любых врагов поблизости.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
type: StackConveyor
2+
requirements: [
3+
globium/1
4+
silicon/1
5+
titanium/1
6+
]
7+
category: distribution
8+
health: 125
9+
speed: 7
10+
itemCapacity: 25
11+
research: {
12+
parent: gc
13+
objectives: [plastanium-conveyor]
14+
}

0 commit comments

Comments
 (0)