Skip to content

Commit

Permalink
Quick updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
august-sun authored Oct 19, 2024
1 parent 9f4c41b commit cb74399
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

- type: entity
parent: BaseAnomalyInertCore
id: AnomalyCorePyroclasticInert # Works like a lesser version of an experimental welding tool
id: AnomalyCorePyroclasticInert # Works like an improved welding tool
description: The inert core of a pyroclastic anomaly. Cool to the touch, but radiates searing heat.
suffix: Pyroclastic, Inert
components:
Expand Down Expand Up @@ -274,12 +274,6 @@
- type: Welder
- type: IgnitionSource
temperature: 700
- type: SolutionRegeneration
solution: Welder
generated:
reagents:
- ReagentId: WeldingFuel
Quantity: .5
- type: PointLight
radius: 1.5
energy: 1.5
Expand All @@ -288,7 +282,7 @@

- type: entity
parent: BaseAnomalyInertCore
id: AnomalyCoreGravityInert # Can neutralize a mid-size singularity or tesla
id: AnomalyCoreGravityInert
description: The inert core of a gravitational anomaly. Looks impossibly dense, but feels impossibly light.
suffix: Gravity, Inert
components:
Expand All @@ -299,12 +293,10 @@
energy: 10
color: "#1e070e"
castShadows: false
- type: SinguloFood
energy: -500 # Get out of jail free; change your pants and get the power going again

- type: entity
parent: BaseAnomalyInertCore
id: AnomalyCoreIceInert # Slips people, can make a wall after a 30 second doAfter
id: AnomalyCoreIceInert # Slips people, can make slippery floors
description: The inert core of an ice anomaly. Slick, but seems to be freezing itself in place...
suffix: Ice, Inert
components:
Expand Down Expand Up @@ -332,8 +324,8 @@
layer:
- SlipLayer
- type: SpawnAfterInteract
prototype: WallIce
doAfter: 30
prototype: IceCrust
doAfter: 5

- type: entity
parent: BaseAnomalyInertCore
Expand Down Expand Up @@ -441,7 +433,7 @@


- type: entity
parent: BaseAnomalyInertCore # Has the same properties as a microreactor battery; cannot be charged at a cell recharger
parent: BaseAnomalyInertCore # Has the same properties as a high cap battery
id: AnomalyCoreElectricityInert
description: The inert core of an electrical anomaly. Softly crackles as it channels energy inward.
suffix: Electricity, Inert
Expand All @@ -450,12 +442,9 @@
sprite: Structures/Specific/Anomalies/Cores/electric_core.rsi
- type: Battery
pricePerJoule: 0.15
maxCharge: 720
maxCharge: 1080
startingCharge: 0
- type: PowerCell
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 12 # takes 1 minute to charge itself back to full
- type: PointLight
radius: 1.5
energy: 2.0
Expand All @@ -479,7 +468,7 @@
castShadows: false

- type: entity
parent: [ BaseAnomalyInertCore, BaseShadow, BaseRestrictedContraband ] # Acts as a reusable, 5 minute CD smoke grenade
parent: [ BaseAnomalyInertCore, BaseShadow, BaseRestrictedContraband ] # Acts as a reusable, 2 minute CD smoke grenade
id: AnomalyCoreShadowInert
description: The inert core of a shadow anomaly. A constant shroud of smoke surrounds it.
suffix: Shadow, Inert
Expand All @@ -494,6 +483,8 @@
- type: SmokeOnUse
duration: 30
spreadAmount: 50
- type: UseDelay
delay: 120 # 2 minutes

- type: entity
parent: [ BaseAnomalyInertCore, Emag ] # Acts as a single-charge, 5 minute CD emag
Expand Down

0 comments on commit cb74399

Please sign in to comment.