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

fix: Lock the HUD down when in vampire lord form #109

Merged
merged 10 commits into from
Jan 13, 2024
Merged
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
12 changes: 10 additions & 2 deletions installer/core/SoulsyHUD_KID.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; These keywords were ones I did before integrating with OCF.
; I should see if I can remove them.
; I comment them out as I find OCF tags that can do the same work.
Keyword = Soulsy_Archetype_CarryWeight|Magic Effect|CarryWeight
Keyword = Soulsy_Archetype_Detect|Magic Effect|*Detect
Keyword = Soulsy_Archetype_Detect|Magic Effect|DetectLife
Expand All @@ -8,7 +8,7 @@ Keyword = Soulsy_Archetype_Guide|Magic Effect|Guide
Keyword = Soulsy_Archetype_Light|Magic Effect|Light
Keyword = Soulsy_Archetype_NightEye|Magic Effect|NightEye
;Keyword = Soulsy_Archetype_Protect|Magic Effect|
Keyword = Soulsy_Archetype_Reanimate|Magic Effect|*Reanimate
;Keyword = Soulsy_Archetype_Reanimate|Magic Effect|*Reanimate
Keyword = Soulsy_Archetype_Reflect|Magic Effect|ReflectDamage
Keyword = Soulsy_Archetype_Resist|Magic Effect|*Resist
Keyword = Soulsy_Archetype_Root|Magic Effect|*Root
Expand Down Expand Up @@ -39,6 +39,7 @@ Keyword = Soulsy_BoundGreatword|Magic Effect|*BoundGreatsword
; for misc mods not yet covered by OCF that I use.
; mcCampingLight.esp
Keyword = OCF_MgefPowerAction_PitchTent|Magic Effect|mcguff_camp_buildcamp

; EldenLantern.esp
Keyword = OCF_ToolLantern|Armor|EldenRingLantern.esp
Keyword = OCF_InvColorBlue|Armor|0x80e~EldenRingLantern.esp
Expand All @@ -47,6 +48,13 @@ Keyword = OCF_InvColorRed|Armor|0x809~EldenRingLantern.esp
Keyword = OCF_InvColorSun|Armor|0xD63~EldenRingLantern.esp
Keyword = OCF_InvColorWhite|Armor|0x805~EldenRingLantern.esp

; Effects granted by some minor powers and spells
; Bats vampire lord spell "Bats Effect" [MGEF:0200E654]
Keyword = Soulsy_Power_Bats|Magic Effect|DLC1BatsEffect
;Keyword = Soulsy_Power_Vampire|Spell|DLC1VampireChange|NONE|100
;Keyword = Soulsy_Power_Vampire|Magic Effect|DLC1VampireChangeEffect|NONE|100
;Keyword = Soulsy_Power_RevertForm|Spell|DLC1RevertForm|NONE|100

; Spells associated with shouts.
; We can't assign keywords to shouts directly, so we use their spells.

Expand Down
12 changes: 12 additions & 0 deletions installer/icon-pack-soulsy/misc_book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions installer/icon-pack-soulsy/power_bats.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading