Skip to content

Commit

Permalink
Update weather.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Dec 26, 2024
1 parent fe49219 commit 6c5343e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Resources/Prototypes/_CorvaxNext/Admeme/weather.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
id: BaseWeatherAdmemeCN
id: BaseWeatherAdmeme
suffix: Admeme, Weather
abstract: true
placement:
Expand All @@ -18,107 +18,107 @@
- type: entity
name: Ashfall
description: Ashes fall from the sky
id: WeatherAshfallAdmemeCN
parent: BaseWeatherAdmemeCN
id: WeatherAshfallAdmeme
parent: BaseWeatherAdmeme
components:
- type: Sprite
state: ashfall

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 6c5343e

Please sign in to comment.