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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New quirk: Blessed Blood #714

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2023

  1. Adds the Blessed Blood quirk

    This adds the new positive quirk Blessed Blood, which assigns the user trait TRAIT_HOLY. It synergizes with quirk Spiritual, job Chaplain, and quirk Flutter to add more effects.
    
    In addition, this introduces quirk incompatibilities and species blacklists where necessary. Any species or quirk that could be considered 'unholy' is marked as incompatible.
    LeDrascol committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3db044e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Blessed Blood quirk improvements

    - Adds a dynamic ending to the grant message
    - Adds a point for using Pacifist quirk
    - Removes the point for using Flutter quirk
    - Reduces halo point cost to 0
    - Moves cosmetic wings to point cost 1
    - Renames winged from HOLY_LEVEL_WINGS to HOLY_LEVEL_FLIGHT
    LeDrascol committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    31d56c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    794e5c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Allow blessed gargoyles

    This commit makes the following changes
    - Added comments for quirk blacklist reasoning
    - Added TRAIT_BLESSED_GLOWING for integration use
    - Added integration with quirk Gargoyle
    - - Transforming creates a gilded statue
    - - Gilded statue will glow with TRAIT_BLESSED_GLOWING
    LeDrascol committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e5d18a4 View commit details
    Browse the repository at this point in the history
  2. Allow Blessed Blood milk drinkers

    Whitelists the quirks Incubus and Succubus for use with the Blessed Blood quirk.
    LeDrascol committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a45a440 View commit details
    Browse the repository at this point in the history
  3. Blessed Blood quirk sin ruin penalties

    This commit focuses on adding penalties for Blessed Blood quirk users that interact with lavaland sin ruin items or structures. At minimum; Users will lose the quirk. At maximum; A strong thematic penalty is applied to the user.
    
    Change list:
    - Adds penalties for the sin ruins
    - Adds quirk blacklist for Overweight
    LeDrascol committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ba94745 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Reduce Blessed Blood quirk blacklist

    This commit makes the following changes
    - Removes Blessed Blood quirk blacklist for Masochism, Overweight, and Werewolf
    - Removes unused lines
    - Updates comments
    LeDrascol committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    851baa6 View commit details
    Browse the repository at this point in the history
  2. Blessed blood editorconfig pass

    Parses the files changed by the quirk Blessed Blood with the editorconfig settings. This removes trailing whitespaces.
    LeDrascol committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    d3d83dc View commit details
    Browse the repository at this point in the history
  3. Add emissive layer for Blessed Blood halo

    Adds an emissive overlay for the Blessed Blood quirk's halo mob overlay.
    LeDrascol committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6b8dc5f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Revert Blessed Blood halo emissives

    Due to an issue with emissive layer rendering on resized character sprites, this commit disables emissive halo rendering.
    LeDrascol committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c37c7c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Add holy points for Friendly Empath quirk combo

    Adds one holy point for selecting the friendly quirk and empath quirk at the same time. Also reformats holy points to use `variable++` instead of `variable += 1`.
    LeDrascol committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9e006f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Prevent Blessed Blood with light-based quirks

    This commit adds Light Sensitivity and Nyctophobia to the Blessed Blood quirk incompatibility list due to potential mechanical conflicts with the quirk's glow effect.
    LeDrascol committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    399a887 View commit details
    Browse the repository at this point in the history
  2. Blessed Blood holy water effect rework

    This commit makes makes changes to Holy Water for Blessed Blood quirk users. For the purposes of this commit; High Level and Low Level refer to the quirk holder's amount of holy points.
    
    The following changes are made to Holy Water:
    - Adds on-drink messages based on holy level
    - Adds thirst reduction effect
    - Adds stamina regain effect to high level use
    - Adds mood bonus to high level use
    - Reduces bonus for low level use
    - Cancels all other reagent effects for high level use
    LeDrascol committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ffc3cd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Add deity name support to Blessed Blood

    Updates the Blessed Blood quirk to use the deity name configured in character settings.
    LeDrascol committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5b098b0 View commit details
    Browse the repository at this point in the history
  2. Improve Blessed Blood gain messages

    This commit makes the following changes to Blessed Blood
    - Adds a quirk removal message
    - Updates quirk gain messages
    - Updates sin greed message
    LeDrascol committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    46316a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add Blessed Touch spell

    Adds a new touch spell Blessed Touch. Obtained by starting a shift with maximum holy level while using Blessed Blood. Icons used are based on the Nuclear Fist spell.
    LeDrascol committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d99cf0e View commit details
    Browse the repository at this point in the history
  2. Update Blessed Touch heal type

    This commit changes the Blessed Touch spell to use admin healing effects.
    LeDrascol committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0ebb195 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    6be6c74 View commit details
    Browse the repository at this point in the history
  2. Initial implementation of Divine Prayer Altar

    This commit add a prayer system for Blessed Blood quirk users to request blessings.
    
    The following changes are made:
    - Added the Divine Prayer Altar
    - Added CSS class blessedphrase
    - Added CSS animation blessedcolor
    - Added span define span_blessedphrase
    - Added admin topic for blessed requests
    - Removed Blessed Blood rewards for holy points of 3+
    LeDrascol committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    bfe5243 View commit details
    Browse the repository at this point in the history