Files
Paradise/code/modules/ruins/spaceruin_code/voyager.dm
Venuska1117 7015508b94 Space Ruin: Voyager (#21205)
* Add voyager

* Add Golden Record
- Add Golden Record icon
- Add Golden Record basic code (i am not coder)

* oops
- Move voyager code to specific folder

* delete file

put in wrong place

* Fixes path

* Upgrades Golden Record code
- Now it have weight, resistance and Technology origin (biotech:6 Data:6)

* Updates
- Add name for item, so now its called "Golden Record".
- Add "Golden Record" inside safe.

* Modificate file for voyager to spawn
- It will never make duplicate and it have chance to spawn

* Make "cost" for ruin to spawn
- Now ruin spawn require "cost" of 1

* Trying fix space structure spawning

* REEE why it dont want to work

* returning missing solar panel

* Batch of update:
- New sprite for "Golden Record" made by @mcramon
- Changed Code to be more appealing, and added description.
- For information, paradise.dme automatically corrected my placement in code, so i say it did it for me.

* Add description
- Add description for "satellite component storage":
"Plate covering inside storage is wide, it have engraved "Voyager" on it."

* Change "description = " to "desc = "

* Trying to fix conflict with "desc = "

* Fixing to moment when error is gone.

* New stuff:
- Added new titanium wall named "satellite components storage"
desc: "There is plate covering inside storage, its wide and it have engraved 'Voyager' on it."

* Removing sheets from wall.. (?)

* Small changes
- Made "Golden Record" force you to use your both hands to pick it up and hold it.
- Now "Golden Record" have "bulky" weight.

* Always forget something
- change "Golden Record" in map to correct, new one.

* Addind Noop on satellite.
- Now its fully covered in noop (Passtrough)

* Fixes Light issues
- Used Area Passtrough instead of "Near Station" it don't create Light issues.
2023-06-21 22:23:36 +01:00

23 lines
880 B
Plaintext

/obj/item/twohanded/required/golden_record
name = "Golden Record"
desc = "A relic of the past, you don't know what lies inside, but you remember someone talking about it arriving in 250356 years"
icon = 'icons/obj/space/voyager.dmi'
icon_state = "golden_record_new" //credits to mcramon for brand new sprite
drop_sound = 'sound/items/handling/disk_drop.ogg'
pickup_sound = 'sound/items/handling/disk_pickup.ogg'
throw_speed = 1
throw_range = 3
force = 5
w_class = WEIGHT_CLASS_BULKY
resistance_flags = FIRE_PROOF | ACID_PROOF
origin_tech = "programming=6;biotech=6"
/turf/simulated/satellite
name = "satellite components storage"
desc = "There is plate covering inside storage, its wide and it have engraved 'Voyager' on it."
icon = 'icons/turf/shuttle.dmi'
icon_state = "wall"
smoothing_flags = NONE
base_icon_state = "plastitanium_wall"
explosion_block = 4