Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-station-14 into Workflows2-test
  • Loading branch information
whatston3 committed Oct 16, 2024
2 parents 1bd1fd8 + 6095d41 commit a150566
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
using Robust.Shared.Map.Components;
using Robust.Shared.Prototypes;
using Content.Shared.Station.Components;
using FastAccessors;
using Robust.Shared.Utility;
using YamlDotNet.RepresentationModel;
using Content.IntegrationTests.Tests._NF;
Expand Down Expand Up @@ -45,7 +44,7 @@ public sealed class PostMapInitTest
"/Maps/_NF/Shuttles/Bus/publicts.yml",
};

private static readonly string[] GameMaps = FrontierConstants.GameMapPrototypes; // Frontier: use test constants
private static readonly string[] GameMaps = FrontierConstants.GameMapPrototypes; // Frontier: not inline constants

/// <summary>
/// Asserts that specific files have been saved as grids and not maps.
Expand Down
6 changes: 6 additions & 0 deletions Resources/Changelog/Frontier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4618,3 +4618,9 @@ Entries:
message: Adds medical pen recipes to the medical assembler.
id: 5410
time: '2024-10-16T10:18:31.0000000+00:00'
- author: MisterMecky
changes:
- type: Tweak
message: Ice and sandstone walls no longer spawn a girder upon their destruction
id: 5411
time: '2024-10-16T16:15:50.0000000+00:00'
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@
damage:
types:
Piercing: 0
- type: TriggerOnBeingGibbed # Frontier
- type: GibOnTrigger # Frontier
deleteItems: true # Frontier
deleteOrgans: true # Frontier
gib: false # Frontier
useArgumentEntity: true # Frontier

- type: entity
name: glockroach
Expand Down Expand Up @@ -522,6 +528,9 @@
spawned:
- id: FoodMeatSlime
amount: 2
- id: HideMothroach # Frontier
amount: 1 # Frontier
prob: 0.3 # Frontier
- type: Extractable
grindableSolutionName: food
- type: ReplacementAccent
Expand Down
20 changes: 10 additions & 10 deletions Resources/Prototypes/Recipes/Lathes/rehydrateable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,72 @@
- type: latheRecipe
id: MonkeyCube
result: MonkeyCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 16

- type: latheRecipe
id: KoboldCube
result: KoboldCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 16

- type: latheRecipe
id: CowCube
result: CowCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 120

- type: latheRecipe
id: GoatCube
result: GoatCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 35

- type: latheRecipe
id: MothroachCube
result: MothroachCube
completetime: 45 # prevent biblical floods
completetime: 450 # prevent biblical floods, Frontier 45<450
materials:
Biomass: 20 # a lot of materials wasted due to complex genetics

- type: latheRecipe
id: MouseCube
result: MouseCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 12

- type: latheRecipe
id: CockroachCube
result: CockroachCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 16

- type: latheRecipe
id: SpaceCarpCube
result: SpaceCarpCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 24
Plasma: 600

- type: latheRecipe
id: SpaceTickCube
result: SpaceTickCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 8
Plasma: 300 # less biomass but more plasma

- type: latheRecipe
id: AbominationCube
result: AbominationCube
completetime: 30
completetime: 300 # Frontier 30<300
materials: # abominations are slow and essentially worse than even carp
Biomass: 28
Plasma: 500 # more biomass but less plasma
8 changes: 8 additions & 0 deletions Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
spread: 10 # Narrow spread, need to balance vs. max projectile distance
reflects:
- ShuttleKinetic # Only reflects PTK (otherwise RIP miners)
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 1000
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]

- type: entity
parent: [AsteroidWallNF, WallIce]
Expand Down

0 comments on commit a150566

Please sign in to comment.