]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Revamped Meteor Swarm (#28974)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sat, 15 Jun 2024 03:38:43 +0000 (23:38 -0400)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 03:38:43 +0000 (20:38 -0700)
commitf136657b388b6d90b63fa338cc7295b1fd39d00c
treee3f650335851bd6d3ec9ae69dfbec0f60d78667a
parent1d5840c279a48486c8a4668b10c5af3f40f5fa63
Revamped Meteor Swarm (#28974)

* meteor code and balanced values

* Meteor Swarms

* Update meteors.yml

* Update meteors.yml

* HOO! (fix overkill bug and buff space dust)

* undo BloodstreamComponent.cs changes

* DamageDistribution -> DamageTypes

* part 2.
36 files changed:
Content.Server/Destructible/DestructibleSystem.cs
Content.Server/Mining/MeteorComponent.cs [new file with mode: 0644]
Content.Server/Mining/MeteorSystem.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/MeteorSchedulerComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/MeteorSwarmComponent.cs [new file with mode: 0644]
Content.Server/StationEvents/Components/MeteorSwarmRuleComponent.cs [deleted file]
Content.Server/StationEvents/Events/MeteorSwarmRule.cs [deleted file]
Content.Server/StationEvents/Events/MeteorSwarmSystem.cs [new file with mode: 0644]
Content.Server/StationEvents/MeteorSchedulerSystem.cs [new file with mode: 0644]
Content.Shared/Mobs/Systems/MobThresholdSystem.cs
Resources/Locale/en-US/station-events/events/meteor-swarm.ftl
Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/meteors.yml
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/GameRules/meteorswarms.yml [new file with mode: 0644]
Resources/Prototypes/game_presets.yml
Resources/Textures/Objects/Misc/meteor.rsi/big.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/big_cluster.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/big_cluster_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/big_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/firework.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/firework_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/human.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/human_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium_piercing.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium_piercing_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium_radioactive.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/medium_radioactive_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/small.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/small_flash.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/small_flash_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/small_pixel.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/meteor.rsi/space_dust.png [new file with mode: 0644]