Skip to content

Commit

Permalink
balance: Small rearrangement
Browse files Browse the repository at this point in the history
Small rearrangement of things in the location, added three skimmers and three sounds to them. Also added a box with things
  • Loading branch information
ShagoVrases committed Nov 10, 2023
1 parent 64943a1 commit 2bf8b80
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions _maps/map_files/RandomRuins/SpaceRuins/abandonedGhostbusters.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@
/turf/simulated/floor/wood/cherry,
/area/space/nearstation)
"fj" = (
/obj/effect/decal/remains/human,
/obj/effect/decal/remains/human{
pixel_y = 5;
desc = "Останки покрытые непонятное зеленой слизью"
},
/turf/simulated/floor/carpet/black,
/area/abandonedGhostbusters)
"fM" = (
/obj/item/reagent_containers/food/snacks/ectoplasm{
color = "green";
pixel_y = -10
},
/obj/item/reagent_containers/food/snacks/donut/jelly{
pixel_x = -5;
pixel_y = 7
},
/turf/simulated/floor/carpet/red,
/area/abandonedGhostbusters)
"gB" = (
Expand Down Expand Up @@ -59,7 +66,8 @@
desc = "Неприятный зеленый призрак, полностью состоящий из эктоплазмы. Известен своей прожорливостью и слизью, которую оставляет за собой";
color = "green";
harm_intent_damage = 2;
melee_damage_upper = 2
melee_damage_upper = 2;
melee_damage_type = "burn"
},
/obj/item/reagent_containers/food/snacks/ectoplasm{
color = "green"
Expand Down Expand Up @@ -89,8 +97,8 @@
/turf/simulated/floor/wood/cherry,
/area/abandonedGhostbusters)
"ky" = (
/obj/effect/landmark/tiles/damageturf,
/obj/item/clothing/suit/ghost_sheet,
/obj/effect/particle_effect/smoke/bad,
/turf/simulated/floor/carpet/red,
/area/abandonedGhostbusters)
"lM" = (
Expand Down Expand Up @@ -284,7 +292,6 @@
/area/abandonedGhostbusters)
"HU" = (
/obj/structure/table_frame/wood,
/obj/item/wrench,
/turf/simulated/floor/wood{
icon_state = "wood-broken"
},
Expand Down Expand Up @@ -314,6 +321,10 @@
/obj/structure/sign/poster/official/tsf_emblem{
pixel_x = -31
},
/obj/effect/step_trigger/sound_effect/explosion_far{
sound = list('sound/effects/explosionfar.ogg','sound/effects/explosioncreak2.ogg','sound/effects/explosioncreak1.ogg','sound/effects/prizraki.ogg');
name = "ghost"
},
/turf/simulated/floor/carpet/black,
/area/abandonedGhostbusters)
"Mp" = (
Expand All @@ -332,6 +343,7 @@
"OG" = (
/obj/structure/closet/cabinet,
/obj/effect/decal/cleanable/egg_smudge,
/obj/item/wrench,
/turf/simulated/floor/wood{
icon_state = "wood-broken"
},
Expand Down Expand Up @@ -385,6 +397,8 @@
/obj/structure/sign/poster/official/the_owl{
pixel_x = -31
},
/obj/effect/particle_effect/smoke/bad,
/obj/effect/particle_effect/sparks,
/turf/simulated/floor/carpet/black,
/area/abandonedGhostbusters)
"VP" = (
Expand All @@ -411,6 +425,7 @@
desc = "Она кажется подвижной"
},
/obj/structure/sign/poster/ripped,
/obj/effect/step_trigger/message,
/turf/simulated/floor/carpet/black,
/area/abandonedGhostbusters)
"YX" = (
Expand All @@ -419,6 +434,7 @@
/obj/item/reagent_containers/food/snacks/ectoplasm{
color = "green"
},
/obj/effect/particle_effect/chem_smoke/small,
/turf/simulated/floor/carpet/red,
/area/abandonedGhostbusters)
"Zi" = (
Expand Down
Binary file added sound/effects/ghostEnter.ogg
Binary file not shown.
Binary file added sound/effects/ghostReading.ogg
Binary file not shown.
Binary file added sound/effects/ghostWake.ogg
Binary file not shown.

0 comments on commit 2bf8b80

Please sign in to comment.