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

Add spider queen antag #1533

Closed
wants to merge 34 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9dc730b
Add spider queen antag
Kirus59 Aug 6, 2024
9ee1a65
Fix gamerule and convert to comment
Kirus59 Aug 6, 2024
d8a6439
Actions and implants fixes
Kirus59 Aug 6, 2024
fe0983d
Change Base id names
Kirus59 Aug 6, 2024
6b435c9
Add abstract attribute
Kirus59 Aug 7, 2024
9a61b28
Spider web fixes
Kirus59 Aug 7, 2024
f2afd15
web fixes 2
Kirus59 Aug 7, 2024
ca4c7da
Strucrures fixes
Kirus59 Aug 7, 2024
7c4d4fd
Spider eggs fixes
Kirus59 Aug 7, 2024
33f9a6a
Mobs fixes
Kirus59 Aug 7, 2024
57611b2
Add localisation and some fixes
Kirus59 Aug 7, 2024
9735908
Some fixes 2
Kirus59 Aug 7, 2024
352138e
Yaml linter fixes
Kirus59 Aug 7, 2024
2557e38
Fix comment
Kirus59 Aug 7, 2024
cd0730d
Yaml linter fixes 2
Kirus59 Aug 7, 2024
a33b630
Try fix checks
Kirus59 Aug 7, 2024
ea5daa7
Try fix checks 2
Kirus59 Aug 7, 2024
70c8712
Try found corrupt file
Kirus59 Aug 8, 2024
24a9702
Try found corrupt file 2
Kirus59 Aug 8, 2024
6899cf6
Try found corrupt file 3
Kirus59 Aug 8, 2024
9502eb9
Try found corrupt file 4
Kirus59 Aug 8, 2024
52ce085
Try found corrupt file 5
Kirus59 Aug 8, 2024
b2868f7
Try found corrupt file 6
Kirus59 Aug 8, 2024
536dbb8
Try fount corrupt file 7
Kirus59 Aug 8, 2024
2702513
Restert checks
Kirus59 Aug 8, 2024
fa789db
Try uncomment base mob
Kirus59 Aug 8, 2024
fcaf3f2
Try uncomment ghostrole
Kirus59 Aug 8, 2024
082f5e1
Try uncomment spider queen mob
Kirus59 Aug 8, 2024
6ec1312
Try return mobs
Kirus59 Aug 8, 2024
0e61402
Mob drone check
Kirus59 Aug 8, 2024
f64e836
Mob hunter check
Kirus59 Aug 8, 2024
b559cff
End of pain?...
Kirus59 Aug 8, 2024
6eb6828
Try all mobs
Kirus59 Aug 8, 2024
a2e1b6b
Try all files
Kirus59 Aug 8, 2024
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
26 changes: 13 additions & 13 deletions Resources/Prototypes/SS220/Entities/Mobs/NPCs/spider_queen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@
# channels:
# - HiveRadio

# - type: entity
# noSpawn: true
# name: Ghost role
# id: MobSpiderGhostRole
# components:
# - type: GhostRole #Ghost role
# makeSentient: true
# allowSpeech: true
# allowMovement: true
# requirements:
# name: spider-roy-name
# description: spider-roy-desc
# - type: GhostTakeoverAvailable #Ghost role
- type: entity
noSpawn: true
name: Ghost role
id: MobSpiderGhostRole
components:
- type: GhostRole #Ghost role
makeSentient: true
allowSpeech: true
allowMovement: true
requirements:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это кто и зачем?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: spider-roy-name
description: spider-roy-desc
- type: GhostTakeoverAvailable #Ghost role

#Spider queen
# - type: entity
Expand Down
Loading