Attributes: Difference between revisions

Jump to navigation Jump to search
1,685 bytes added ,  13:17, 2 July 2022
m
no edit summary
imported>Voidmaster94
mNo edit summary
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{tocright}}
Attributes define a character's strengths and weaknesses. They are also sometimes referred to as ''stats''. The core attributes include:
Attributes define a character's strengths and weaknesses. They are also sometimes referred to as ''stats''. The core attributes include:
* Strength
* Strength
* Agility
* Agility
* Toughness
* Toughness
* Willpower
* Intelligence
* Intelligence
* Willpower
* Ego
* Ego


Attributes affect how well a character performs certain skills or actions, such as attacking and dodging attacks.
Attributes affect how well a character performs certain skills or actions, such as attacking and dodging attacks.
Many [[Skills_and_Powers|skills]] also have attribute requirements. For example, a character must have at least 17 strength to learn the Jump skill.
Many [[skills]] also have attribute requirements. For example, a character must have at least 17 strength to learn the Jump skill.


Attributes can be increased (or decreased) by a variety of means, including [[Mutations]], [[Cybernetics]], [[Equipment]], and on level up:
Attributes can be increased (or decreased) by a variety of means, including [[Mutations]], [[Cybernetics]], [[Equipment]], and on level up:
Line 38: Line 39:
|where=RequiredStats HOLDS LIKE '%Strength' AND Cost <> 0 AND _pageNamespace = 0
|where=RequiredStats HOLDS LIKE '%Strength' AND Cost <> 0 AND _pageNamespace = 0
|group by = Class}}
|group by = Class}}
By default, a character's carry capacity (the total weight in pounds they can carry in their inventory and equipment slots) is equal to 15 times their strength attribute. The strength modifier also affects the penetration of melee weapons. The modifier is added onto the base 4 [[PV]] of most weapons, but has a max limit specified depending on what weapon it is.
By default, a character's [[carry capacity]] (the total weight in pounds they can carry in their inventory and equipment slots) is equal to 15 times their strength attribute. The strength modifier also affects the penetration of melee weapons. The modifier is added onto the base 4 [[PV]] of most weapons, but has a max limit specified depending on what weapon it is.


It is also used in [[save]]s that require resisting forced movement. An example would be getting [[stuck]] in {{favilink|asphalt}} or a web.
It is also used in [[save]]s that require resisting forced movement. An example would be getting [[stuck]] in {{favilink|asphalt}} or a web.
Line 64: Line 65:


Toughness is similar to Constitution in D&D where it is also used to resist illness and poison.
Toughness is similar to Constitution in D&D where it is also used to resist illness and poison.
=== Willpower ===
Willpower determines the [[MA]] of the player character and alters the cooldowns of many skills and mutations.
{{#cargo_query:table=Skills
|fields = Class=Skill Tree, COUNT(*)=Total Skills That Require WIL
|where=RequiredStats HOLDS LIKE '%Willpower' AND Cost <> 0
|group by = Class}}
Each point of a character's willpower attribute higher than 16 reduces their ability cooldowns by 5% of the ability's base cooldown, up to a maximum reduction of 80% (at 32 willpower) or a minimum cooldown of 5 rounds. Each point of willpower below 16 increases the cooldowns by 5% of their base cooldown.
A character's [[MA]] is modified by an amount equal to their willpower modifier. Additionally, the willpower modifier is a factor in how fast a character regenerates lost [[HP]].


=== Intelligence ===
=== Intelligence ===
Line 76: Line 88:
Intelligence is also used when uncovering [[hidden]] creatures as well as [[Artifact examination|examining artifacts]].
Intelligence is also used when uncovering [[hidden]] creatures as well as [[Artifact examination|examining artifacts]].


=== Temporary Intelligence ===
For NPCs, Intelligence also determines their pathfinding behavior. Creatures with lower intelligence will often ignore terrain penalties when moving.
 
==== Temporary Intelligence ====
Intelligence can be temporarily granted through wearing certain equipment. This will not count towards the threshold for stat requirements, but will apply most passive effects. How temporary intelligence affects skill points gain is different than real intelligence. This boost only alters total skill points on level up: the creature will gain the amount of skill points as if they actually had that bonus intelligence. However, once it is removed and they level up again, they will be penalized that exact amount and will gain less points that level. This results in a zero net sum.
Intelligence can be temporarily granted through wearing certain equipment. This will not count towards the threshold for stat requirements, but will apply most passive effects. How temporary intelligence affects skill points gain is different than real intelligence. This boost only alters total skill points on level up: the creature will gain the amount of skill points as if they actually had that bonus intelligence. However, once it is removed and they level up again, they will be penalized that exact amount and will gain less points that level. This results in a zero net sum.
=== Willpower ===
Willpower determines the [[MA]] of the player character and alters the cooldowns of many skills and mutations.
{{#cargo_query:table=Skills
|fields = Class=Skill Tree, COUNT(*)=Total Skills That Require WIL
|where=RequiredStats HOLDS LIKE '%Willpower' AND Cost <> 0
|group by = Class}}
Each point of a character's willpower attribute higher than 16 reduces their ability cooldowns by 5% of the ability's base cooldown, up to a maximum reduction of 80% (at 32 willpower) or a minimum cooldown of 5 rounds. Each point of willpower below 16 increases the cooldowns by 5% of their base cooldown.
A character's [[MA]] is modified by an amount equal to their willpower modifier. Additionally, the willpower modifier is a factor in how fast a character regenerates lost [[HP]].


=== Ego ===
=== Ego ===
Ego affects how much items are [[trading|traded]] for, and are used for the Persuasion skill tree.
Ego affects how much items are [[trading|traded]] for, and are used for the [[Persuasion]] skill tree.
{{#cargo_query:table=Skills
{{#cargo_query:table=Skills
|fields = Class=Skill Tree, _pageName=Skill, RequiredStats=Required Attribute
|fields = Class=Skill Tree, _pageName=Skill, RequiredStats=Required Attribute
Line 98: Line 101:


Ego is also used for recruiting other creatures by either using [[Proselytize]], [[Rebuke Robot]], or [[Beguiling]]. Unlike other attributes, Ego is the only one that can affect mutation levels. All [[:Category:Mental Mutations]] will be given (or penalized) levels depending on their ego modifier.
Ego is also used for recruiting other creatures by either using [[Proselytize]], [[Rebuke Robot]], or [[Beguiling]]. Unlike other attributes, Ego is the only one that can affect mutation levels. All [[:Category:Mental Mutations]] will be given (or penalized) levels depending on their ego modifier.
==Equipment by Attribute Bonus==
{{#cargo_query:
  | tables = ItemsTable
  | fields = CONCAT('{{(}}favilink id{{!}}',ObjectID,'{{)}}')=Equipment,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN StrengthBonus IS NOT NULL AND StrengthBonus >= 0 THEN 'G+ ' ELSE 'R ' END, StrengthBonus, '{{)}}')=Strength,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN AgilityBonus IS NOT NULL AND AgilityBonus >= 0 THEN 'G+ ' ELSE 'R ' END, AgilityBonus, '{{)}}')=Agility,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN ToughnessBonus IS NOT NULL AND ToughnessBonus >= 0 THEN 'G+ ' ELSE 'R ' END, ToughnessBonus, '{{)}}')=Toughness,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN WillpowerBonus IS NOT NULL AND WillpowerBonus >= 0 THEN 'G+ ' ELSE 'R ' END,
                CASE WHEN ObjectID = 'Cyclopean Prism' THEN '- ?' ELSE WillpowerBonus END, '{{)}}')=Willpower,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN IntelligenceBonus IS NOT NULL AND IntelligenceBonus >= 0 THEN 'G+ ' ELSE 'R ' END, IntelligenceBonus , '{{)}}')=Intelligence,
            CONCAT('{{(}}qud text{{!}}&', CASE WHEN EgoBonus IS NOT NULL AND EgoBonus >= 0 THEN 'G+ ' ELSE 'R ' END,
                CASE WHEN ObjectID = 'Cyclopean Prism' THEN '?' ELSE EgoBonus END, '{{)}}')=Ego
  | where = _pageNamespace = 0 AND (AgilityBonus IS NOT NULL OR StrengthBonus IS NOT NULL OR WillpowerBonus IS NOT NULL OR ToughnessBonus IS NOT NULL OR IntelligenceBonus IS NOT NULL OR EgoBonus IS NOT NULL)
  | order by = _pageName ASC
  | format = table
}}


==References==
==References==

Navigation menu