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

Syndie Cleanbot #2133

Merged
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Bluespace/syndieftlintercept.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4688,7 +4688,7 @@ entities:
- type: Transform
pos: -4.5,2.5
parent: 1
- proto: SpawnMobCleanBot
- proto: SpawnMobCleanBotSyndie
entities:
- uid: 895
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,19 @@
- type: ConditionalSpawner
prototypes:
- MobSyndicateNavalCaptainVoid

- type: entity
name: syndicate cleanbot spawner
id: SpawnMobCleanBotSyndie
parent: MarkerBase
suffix: AI
components:
- type: Sprite
layers:
- state: green
- state: ai
- sprite: _NF/Mobs/Silicons/Bots/syndicatecleanbot.rsi
state: cleanbot
- type: ConditionalSpawner
prototypes:
- MobCleanBotSyndie
15 changes: 15 additions & 0 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,18 @@
- type: RadarConsole
followEntity: true
- type: VehicleHorn

- type: entity
parent: MobCleanBot
id: MobCleanBotSyndie
name: syndicate cleanbot
description: The creep of automation now threatening space janitors with a knife.
components:
- type: NpcFactionMember
factions:
- SyndicateNF
- type: Sprite
sprite: _NF/Mobs/Silicons/Bots/syndicatecleanbot.rsi
- type: HTN
rootTask:
task: CleanbotCompound
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b | Changed colors and added a knife by ErhardSteinhauer (discord/github)",
"states": [
{
"name": "cleanbot",
"delays": [
[
0.5,
0.2
]
]
}
]
}
Loading