Skip to content

True Faith Update #1193

Draft
SirSwagmeyer wants to merge 8 commits into
DarkPack13:masterfrom
SirSwagmeyer:armor
Draft

True Faith Update #1193
SirSwagmeyer wants to merge 8 commits into
DarkPack13:masterfrom
SirSwagmeyer:armor

Conversation

@SirSwagmeyer

@SirSwagmeyer SirSwagmeyer commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

About The Pull Request

Why It's Good For The Game

Changelog

🆑
add: Added new mechanics or gameplay changes
add: Added more things
del: Removed old things
qol: made something easier to use
balance: rebalanced something
fix: fixed a few things
sound: added/modified/removed audio or sound effects
image: added/modified/removed some icons or images
map: added/modified/removed map content
spellcheck: fixed a few typos
code: changed some code
refactor: refactored some code
config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
/:cl:

Comment on lines +113 to +122
#define TRAIT_WEAK_TO_DOMINATE "dominate_weak"// Is the mob completely immune to Dominate attempts?
#define TRAIT_IMMUNE_TO_DOMINATE "immune_to_dominate"
// Is the mob completely immune to Presence attempts?
#define TRAIT_IMMUNE_TO_PRESENCE "immune_to_presence"
// Is the mob harder to dominate due to resistance?
#define TRAIT_RESIST_DOMINATE "resist_dominate"
// Is the mob harder to affect with Presence due to resistance?
#define TRAIT_RESIST_PRESENCE "resist_presence"
// Does the mob has a supernatural faith in God? (For example, a Hunter with the True Faith merit)
#define TRAIT_TRUE_FAITH "true_faith"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
#define TRAIT_WEAK_TO_DOMINATE "dominate_weak"// Is the mob completely immune to Dominate attempts?
#define TRAIT_IMMUNE_TO_DOMINATE "immune_to_dominate"
// Is the mob completely immune to Presence attempts?
#define TRAIT_IMMUNE_TO_PRESENCE "immune_to_presence"
// Is the mob harder to dominate due to resistance?
#define TRAIT_RESIST_DOMINATE "resist_dominate"
// Is the mob harder to affect with Presence due to resistance?
#define TRAIT_RESIST_PRESENCE "resist_presence"
// Does the mob has a supernatural faith in God? (For example, a Hunter with the True Faith merit)
#define TRAIT_TRUE_FAITH "true_faith"
#define TRAIT_WEAK_TO_DOMINATE "dominate_weak"
// Is the mob completely immune to Dominate attempts?
#define TRAIT_IMMUNE_TO_DOMINATE "immune_to_dominate"
// Is the mob completely immune to Presence attempts?
#define TRAIT_IMMUNE_TO_PRESENCE "immune_to_presence"
// Is the mob harder to dominate due to resistance?
#define TRAIT_RESIST_DOMINATE "resist_dominate"
// Is the mob harder to affect with Presence due to resistance?
#define TRAIT_RESIST_PRESENCE "resist_presence"
// Does the mob has a supernatural faith in God? (For example, a Hunter with the True Faith merit)
#define TRAIT_TRUE_FAITH "true_faith"

why do we have weak to dominate and resist dominate? feel like they sshould be mostly the same no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants