mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Renames Data Crystals (#9633)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// These are basically USB data sticks and may be used to transfer files between devices
|
||||
/obj/item/computer_hardware/hard_drive/portable
|
||||
name = "basic data crystal"
|
||||
desc = "Small crystal with imprinted photonic circuits that can be used to store data. Its capacity is 16 GQ."
|
||||
name = "basic data disk"
|
||||
desc = "Small diskette with imprinted photonic circuits that can be used to store data. Its capacity is 16 GQ."
|
||||
power_usage = 10
|
||||
icon_state = "flashdrive_basic"
|
||||
hardware_size = 1
|
||||
@@ -9,8 +9,8 @@
|
||||
origin_tech = list(TECH_DATA = 1)
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/advanced
|
||||
name = "advanced data crystal"
|
||||
desc = "Small crystal with imprinted high-density photonic circuits that can be used to store data. Its capacity is 64 GQ."
|
||||
name = "advanced data disk"
|
||||
desc = "Small diskette with imprinted high-density photonic circuits that can be used to store data. Its capacity is 64 GQ."
|
||||
power_usage = 20
|
||||
icon_state = "flashdrive_advanced"
|
||||
hardware_size = 1
|
||||
@@ -18,8 +18,8 @@
|
||||
origin_tech = list(TECH_DATA = 2)
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/super
|
||||
name = "super data crystal"
|
||||
desc = "Small crystal with imprinted ultra-density photonic circuits that can be used to store data. Its capacity is 256 GQ."
|
||||
name = "super data disk"
|
||||
desc = "Small diskette with imprinted ultra-density photonic circuits that can be used to store data. Its capacity is 256 GQ."
|
||||
power_usage = 40
|
||||
icon_state = "flashdrive_super"
|
||||
hardware_size = 1
|
||||
|
||||
Reference in New Issue
Block a user