forked from SpaceStation14-Shenanigans/Monolith
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0bfb59950 | |||
| 8f8e7ed084 | |||
| 8cd2379f25 |
@@ -70,12 +70,12 @@
|
||||
parent: DatafarmResearchFaction # Mono: Changed to parent off of new research generation servers to replace existing mapped generators
|
||||
name: bolted data farm (Research) # Mono
|
||||
suffix: Unused
|
||||
description: A power-hungry server dedicated towards scraping data from... somewhere. This one generates research points at a rate of 200 per second. It seems to be bolted to the floor. # Mono
|
||||
description: A power-hungry server dedicated towards scraping data from... somewhere. This one generates research points at a rate of 125 per second. It seems to be bolted to the floor. # Mono
|
||||
# We should make this abstract once there are actual point sources.
|
||||
components:
|
||||
- type: ResearchClient
|
||||
- type: ResearchPointSource
|
||||
pointsPerSecond: 200
|
||||
pointsPerSecond: 125
|
||||
active: true
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
|
||||
@@ -103,11 +103,11 @@
|
||||
id: DatafarmResearchFaction
|
||||
parent: BaseDataFarmIndestructible
|
||||
name: bolted data farm (Research)
|
||||
description: A power-hungry server dedicated towards scraping data from... somewhere. This one generates research points at a rate of 200 per second. It seems to be bolted to the floor.
|
||||
description: A power-hungry server dedicated towards scraping data from... somewhere. This one generates research points at a rate of 125 per second. It seems to be bolted to the floor.
|
||||
components:
|
||||
- type: ResearchClient
|
||||
- type: ResearchPointSource
|
||||
pointsPerSecond: 200
|
||||
pointsPerSecond: 125
|
||||
active: true
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 10000
|
||||
|
||||
Reference in New Issue
Block a user