Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

up #12

Merged
merged 2 commits into from
Jul 5, 2024
Merged

up #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,28 @@

- type: entity
parent: N14TimedSpawnerMolerat
id: N14TimedSpawnerFireant
id: N14TimedSpawnerAnt
name: Fireant Timed Spawner
components:
- type: Sprite
layers:
- state: blue
- sprite: _Nuclear14/Mobs/Insects/giantant.rsi
state: giantant
- state: timed
- type: Timer
- type: TimedSpawner
prototypes:
- N14MobGiantAnt
chance: 0.75
intervalSeconds: 600
minimumEntitiesSpawned: 1
maximumEntitiesSpawned: 2

- type: entity
parent: N14TimedSpawnerMolerat
id: N14TimedSpawnerFireant
name: Fire Ant Timed Spawner
components:
- type: Sprite
layers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
parent: N14FlagWallUS
id: N14FlagWallWesternBrotherhood
suffix: Midwestern BOS
description: A Western Brotherhood of Steel flag.
description: A Midwest Brotherhood of Steel flag.
components:
- type: Sprite
state: flag_westbos
Expand Down
Loading