Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Мелочи для админов #204

Merged
merged 4 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ent-HandTeleporterAdmemeCN = { ent-HandTeleporter }
.desc = { ent-HandTeleporter.desc }
.suffix = Адмемы, Между картами
ent-PortalRedAdmemeCN = { ent-BasePortal }
.desc = { ent-BasePortal.desc }
ent-PortalBlueAdmemeCN = { ent-BasePortal }
.desc = { ent-BasePortal.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
ent-BaseWeatherAdmemeCN = { ent-BaseItem }
.desc = { ent-BaseItem.desc }
.suffix = Адмемы, Погода
ent-WeatherAshfallAdmemeCN = пеплопад
.desc = Падает пепел.
.suffix = Адмемы, Погода
ent-WeatherAshfallLightAdmemeCN = легкий пеплопад
.desc = Падает легкий пепел.
.suffix = Адмемы, Погода
ent-WeatherAshfallHeavyAdmemeCN = сильный пеплопад
.desc = Падает сильный пепел.
.suffix = Адмемы, Погода
ent-WeatherFalloutAdmemeCN = раскалённый пепел
.desc = С неба падает раскалённый пепел.
.suffix = Адмемы, Погода
ent-WeatherHailAdmemeCN = град
.desc = Падает град.
.suffix = Адмемы, Погода
ent-WeatherRainAdmemeCN = дождь
.desc = Идет дождь.
.suffix = Адмемы, Погода
ent-WeatherSandstormAdmemeCN = песчаная буря
.desc = Поднялась песчаная буря.
.suffix = Адмемы, Погода
ent-WeatherSandstormHeavyAdmemeCN = сильная песчаная буря
.desc = Бушует сильная песчаная буря.
.suffix = Адмемы, Погода
ent-WeatherSnowfallLightAdmemeCN = лёгкий снегопад
.desc = Идет легкий снег.
.suffix = Адмемы, Погода
ent-WeatherSnowfallMediumAdmemeCN = снегопад
.desc = Идет снег.
.suffix = Адмемы, Погода
ent-WeatherSnowfallHeavyAdmemeCN = сильный снегопад
.desc = Идет сильный снег.
.suffix = Адмемы, Погода
ent-WeatherStormAdmemeCN = шторм
.desc = Льет проливной дождь.
.suffix = Адмемы, Погода
26 changes: 26 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Admeme/hand_teleporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: entity
parent: HandTeleporter
id: HandTeleporterAdmemeCN
suffix: Admeme
components:
- type: HandTeleporter
firstPortalPrototype: PortalRedAdmemeCN
secondPortalPrototype: PortalBlueAdmemeCN
Vonsant marked this conversation as resolved.
Show resolved Hide resolved
allowPortalsOnDifferentGrids: true
portalCreationDelay: 0

- type: entity
parent: PortalRed
id: PortalRedAdmemeCN
Vonsant marked this conversation as resolved.
Show resolved Hide resolved
suffix: Admeme
components:
- type: Portal
canTeleportToOtherMaps: true

- type: entity
parent: PortalBlue
id: PortalBlueAdmemeCN
Vonsant marked this conversation as resolved.
Show resolved Hide resolved
suffix: Admeme
components:
- type: Portal
canTeleportToOtherMaps: true
124 changes: 124 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Admeme/weather.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
- type: entity
id: BaseWeatherAdmemeCN
suffix: Admeme, Weather
abstract: true
placement:
mode: SnapgridCenter
components:
- type: SpriteFade
- type: Clickable
- type: Physics
bodyType: Static
- type: Sprite
noRot: true
sprite: /Textures/Effects/weather.rsi
state: rain
drawdepth: Overdoors

- type: entity
name: Ashfall
description: Ashes fall from the sky
id: WeatherAshfallAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: ashfall

- type: entity
name: Ashfall Light
description: Light ashes fall from the sky
id: WeatherAshfallLightAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: ashfall_light

- type: entity
name: Ashfall Heavy
description: Heavy ashes fall from the sky
id: WeatherAshfallHeavyAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: ashfall_heavy

- type: entity
name: Fallout
description: Burning ashes fall from the sky
id: WeatherFalloutAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: fallout

- type: entity
name: Hail
description: Hail fall from the sky
id: WeatherHailAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: hail

- type: entity
name: Rain
description: Rain fall from the sky
id: WeatherRainAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: rain

- type: entity
name: Sandstorm
description: Sand fall from the sky
id: WeatherSandstormAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: sandstorm

- type: entity
name: Sandstorm Heavy
description: Heavy sand fall from the sky
id: WeatherSandstormHeavyAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: sandstorm_heavy

- type: entity
name: Snowfall Light
description: Light snow fall from the sky
id: WeatherSnowfallLightAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: snowfall_light

- type: entity
name: Snowfall Medium
description: Medium snow fall from the sky
id: WeatherSnowfallMediumAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: snowfall_med

- type: entity
name: Snowfall Heavy
description: Heavy snow fall from the sky
id: WeatherSnowfallHeavyAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: snowfall_heavy

- type: entity
name: Storm
description: Heavy rain fall from the sky
id: WeatherStormAdmemeCN
parent: BaseWeatherAdmemeCN
components:
- type: Sprite
state: storm
Loading