Skip to content

Commit

Permalink
I forgot one thing - Globium Stack Conveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Snake3 committed Jan 8, 2022
1 parent f981cf2 commit 957f778
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ weather.adc-creotite-precipitation.name = Creotite Precipitation
weather.adc-ledonite-precipitation.name = Ledonite Precipitation
weather.adc-radioactive-fog.name = Radioactive Fog
sector.adc-creotite-power-station.name = Creotite Power Station
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.
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.
block.adc-gl-stack-conveyor.name = Globium Stack Conveyor
block.adc-gl-stack-conveyor.description = Transports items forward in stacks, accommodates up to 25 items.

block.adc-brazier.name = Brazier
block.adc-brazier.description = Burns any enemies nearby.
Expand Down
4 changes: 3 additions & 1 deletion bundles/bundle_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,13 @@ weather.adc-creotite-precipitation.name = Креотитовый осадок
weather.adc-ledonite-precipitation.name = Ледонитовый осадок
weather.adc-radioactive-fog.name = Радиоактивный туман
sector.adc-creotite-power-station.name = Креотитовая электростанция
sector.adc-creotite-power-station.description = Электростанция, разрушенная взрывом креотитовых реакторов. \n[red]Не повторяйте ошибок прошлого! В этой зоне повышенный уровень радиации. \nИсследуйте креотит и произведите креотитовый камень. Исследуйте технологии, возведённые за счёт креокамня. \n\nЗдесь присутствует большая вражеская активность, не дайте врагам изучить технологии первыми.
sector.adc-creotite-power-station.description = Электростанция, разрушенная взрывом креотитовых реакторов. \n[red]Не повторяйте ошибок прошлого! В этой зоне повышенный уровень радиации.[] \nИсследуйте креотит и произведите креотитовый камень. Исследуйте технологии, возведённые за счёт креокамня. \n\nЗдесь присутствует большая вражеская активность, не дайте врагам изучить технологии первыми.

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

block.adc-brazier.name = Жаровня
block.adc-brazier.description = Сжигает любых врагов поблизости.
Expand Down
14 changes: 14 additions & 0 deletions content/blocks/distribution/gl-stack-conveyor.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
type: StackConveyor
requirements: [
globium/1
silicon/1
titanium/1
]
category: distribution
health: 125
speed: 7
itemCapacity: 25
research: {
parent: gc
objectives: [plastanium-conveyor]
}

0 comments on commit 957f778

Please sign in to comment.