Tech disk 4891 (#16752)

* Tech disk gacha

* customtypeserializer
This commit is contained in:
Nemanja
2023-05-25 18:07:39 -04:00
committed by GitHub
parent bf2417db34
commit e62c11dd85
6 changed files with 34 additions and 33 deletions

View File

@@ -169,7 +169,7 @@
- type: entity
parent: BaseComputerCircuitboard
id: TechDiskComputerCircuitboard
name: technology disk terminal board
name: tech disk terminal board
description: A computer printed circuit board for a technology disk terminal.
components:
- type: Sprite

View File

@@ -54,3 +54,5 @@
- enum.DamageStateVisualLayers.Base:
datadisk_base: Sixteen
- type: TechnologyDisk
- type: StaticPrice
price: 50

View File

@@ -1,7 +1,7 @@
- type: entity
parent: BaseComputer
id: ComputerTechnologyDiskTerminal
name: technology disk terminal
name: tech disk terminal
description: A terminal used to print out technology disks.
components:
- type: Sprite
@@ -31,3 +31,10 @@
radius: 0.8
energy: 0.5
color: "#b53ca1"
- type: weightedRandom
id: TechDiskTierWeights
weights:
1: 25
2: 10
3: 1