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

The Blood Cult #1001

Merged
merged 34 commits into from
Nov 22, 2024
Merged

The Blood Cult #1001

merged 34 commits into from
Nov 22, 2024

Conversation

Remuchi
Copy link
Contributor

@Remuchi Remuchi commented Oct 2, 2024

Description

Adds a new game mode - The Blood Cult.
Hail to Nar'Sie!


TODO

  • Gamemode
  • Roles
  • Runes
  • Constructs
  • Structures
    • Forge
    • Archives
    • Altar
    • Pylon
      • Structure
      • Placement System
    • Airlocks
      • Repulsor system
    • Construction system
  • Items
    • Eldritch Whetstone
    • Construct Shell
    • Mirror Shield
    • True Nar'sian Hardened Armor
    • Flagellant's Robe
    • Eldritch Longsword
    • Zealot's Blindfold
      • Night vision system
    • Shuttle Curse
    • Veil Shifter
    • Void Torch
  • Reagents
    • Holy Water
  • Actions
    • Cult Magic
      • Stun
      • Teleport
      • Electromagnetic Pulse
      • Shadow Shackles
      • Twisted Construction
      • Summon Combat Equipment
      • Summon Ritual Dagger
      • Blood Rites
    • Cult Leader Magic
      • Final Reckoning
      • Mark Target
      • Eldritch Pulse
    • Construct's Magic
      • Artificer
        • Summon Cult Floor
        • Summon Cult Wall
        • Greater Conjuration
        • Summon Soulstone
      • Wraith
        • Phase Shift
      • Juggernaut
        • Shield
        • Gauntlet Echo
  • Cult leader selection system
  • Rending/Apocalypse rune placement markers
    EXTRA:
  • Spirit Realm rune
  • Eldritch language
  • Conceal magic
  • Ru locale

Media

Example Media Embed


Changelog

🆑

  • add: Added Blood Cult Gamemode.

@github-actions github-actions bot added the Status: Merge Conflict FIX YOUR PR AAAGH label Oct 2, 2024
Copy link
Contributor

github-actions bot commented Oct 2, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added Changes: Audio Changes any ogg files Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: Sprite Changes any png or json in an RSI Changes: YML Changes any yml files labels Oct 2, 2024
Copy link
Contributor

github-actions bot commented Oct 2, 2024

RSI Diff Bot; head commit a6444af merging into 5756a0e
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/WhiteDream/BloodCult/Effects/airlock_glow.rsi

State Old New Status
doorglow Added

Resources/Textures/WhiteDream/BloodCult/Effects/blood_boil.rsi

State Old New Status
bullet Added

Resources/Textures/WhiteDream/BloodCult/Effects/cult_in_out.rsi

State Old New Status
cult_in Added
cult_out Added

Resources/Textures/WhiteDream/BloodCult/Effects/pentagram.rsi

State Old New Status
halo1 Added
halo2 Added
halo3 Added
halo4 Added
halo5 Added
halo6 Added

Resources/Textures/WhiteDream/BloodCult/Effects/tiles_spawn.rsi

State Old New Status
floorglow Added

Resources/Textures/WhiteDream/BloodCult/Effects/wall_glow.rsi

State Old New Status
wallglow Added

Resources/Textures/WhiteDream/BloodCult/Entities/Clothes/Helmet/cult_helmet.rsi

State Old New Status
equipped-HELMET Added
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Clothes/Helmet/cult_hood.rsi

State Old New Status
equipped-HELMET Added
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Clothes/Outer/cult_armor.rsi

State Old New Status
equipped-OUTERCLOTHING Added
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Clothes/Outer/cult_robe.rsi

State Old New Status
equipped-OUTERCLOTHING Added
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/Weapons/cult_blade.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/Weapons/cult_spear.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added
wielded-inhand-left Added
wielded-inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/arcane_barrage.rsi

State Old New Status
bullet Added
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/bola.rsi

State Old New Status
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/construct_shell.rsi

State Old New Status
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/mirror_shield.rsi

State Old New Status
icon Added
mirror-inhand-left Added
mirror-inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/rites.rsi

State Old New Status
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/shuttle_curse.rsi

State Old New Status
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/soul_stone.rsi

State Old New Status
soul_stone Added
soul_stone_blessed Added
soul_stone_glow Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/veil_shifter.rsi

State Old New Status
icon Added
icon_off Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/void_torch.rsi

State Old New Status
icon Added
icon_off Added
lit-inhand-left Added
lit-inhand-right Added
unlit-inhand-left Added
unlit-inhand-right Added

Resources/Textures/WhiteDream/BloodCult/Entities/Items/whetstone_cult.rsi

State Old New Status
icon Added
icon_off Added

Resources/Textures/WhiteDream/BloodCult/Entities/Runes/apocalypse.rsi

State Old New Status
icon Added

Resources/Textures/WhiteDream/BloodCult/Entities/Runes/dimensional_rending.rsi

State Old New Status
rune Added
rune_animated Added

Resources/Textures/WhiteDream/BloodCult/Entities/Runes/regular.rsi

State Old New Status
barrier Added
blood_boil Added
empower Added
offering Added

Edit: diff updated after a6444af

@github-actions github-actions bot removed the Status: Merge Conflict FIX YOUR PR AAAGH label Oct 3, 2024
@whateverusername0
Copy link
Contributor

Can you believe it guys? Mah'weyh pleggh at e'ntrath! Just a week away!

@github-actions github-actions bot added the Status: Merge Conflict FIX YOUR PR AAAGH label Oct 14, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

1 similar comment
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

# Conflicts:
#	Content.Server/UserInterface/ActivatableUISystem.cs
#	Content.Shared/Alert/AlertType.cs
#	Content.Shared/UserInterface/ActivatableUIComponent.cs
#	Resources/Prototypes/Reagents/medicine.yml
@github-actions github-actions bot removed the Status: Merge Conflict FIX YOUR PR AAAGH label Nov 7, 2024
Signed-off-by: Remuchi <[email protected]>
@github-actions github-actions bot added the Status: Merge Conflict FIX YOUR PR AAAGH label Nov 17, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@Remuchi Remuchi marked this pull request as ready for review November 19, 2024 11:29
@github-actions github-actions bot removed the Status: Merge Conflict FIX YOUR PR AAAGH label Nov 19, 2024
@Remuchi
Copy link
Contributor Author

Remuchi commented Nov 19, 2024

Technically It's still work in progress but it's now ready for review.

@Remuchi Remuchi added Priority: 3-Medium Needs to be resolved at some point Size: 1-Very Large For especially large issues/PRs labels Nov 19, 2024
@Remuchi Remuchi added the Status: Do Not Merge Do not merge label Nov 22, 2024
Copy link
Member

@VMSolidus VMSolidus left a comment

Choose a reason for hiding this comment

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

Excellent work Remuchi.

@Erisfiregamer1
Copy link
Contributor

am I about to live witness Cult being merged

@gluesniffler
Copy link
Contributor

am I about to live witness Cult being merged

given the extent of the work we probably should have @DEATHB4DEFEAT or @Pspritechologist also review it

@Erisfiregamer1
Copy link
Contributor

am I about to live witness Cult being merged

given the extent of the work we probably should have @DEATHB4DEFEAT or @Pspritechologist also review it

nawwwwwww it's funnier to speedmerge things and fix the thousand bugs later

@VMSolidus VMSolidus merged commit 1500208 into Simple-Station:master Nov 22, 2024
12 checks passed
sleepyyapril pushed a commit to sleepyyapril/Einstein-Engines that referenced this pull request Nov 22, 2024
@Remuchi Remuchi deleted the feature/blood-cult branch November 23, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: Audio Changes any ogg files Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: Sprite Changes any png or json in an RSI Changes: YML Changes any yml files Holy Shit Priority: 3-Medium Needs to be resolved at some point Size: 1-Very Large For especially large issues/PRs Status: Do Not Merge Do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants