打开/关闭搜索
搜索
打开/关闭菜单
2529
2489
5
4.4万
Corruption of Champions II Bilingual Wiki
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
上传文件
打开/关闭外观设置菜单
无法加载偏好设置。请检查您的网络连接并重试。
重试
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
中文(简体)
个人工具
登录
查看“︁Stats”︁的源代码
来自Corruption of Champions II Bilingual Wiki
分享此页面
查看
阅读
查看源代码
查看历史
associated-pages
页面
讨论
更多操作
←
Stats
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于这些用户组的用户执行:
用户
、
管理员
、translationadmin
您可以查看和复制此页面的源代码。
__TOC__ =Basic Statistics= Basic statistics are where your actual combat-ready statistics are derived from. They cannot come from any source other than level-ups and permanent transformations. [[File:Stats_Explanation.png|500px|center|border]] {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="120px" class="unsortable"|<span id="Experience"></span>XP ! width="200px" class="unsortable"|<span id="HP"></span>Health ! width="240px" class="unsortable"|<span id="Resolve"></span>Resolve ! width="130px" class="unsortable"|<span id="Effects"></span>Effects ! width="150px" class="unsortable"|<span id="Threat"></span>Threat |- |The amount of experience shown until the next level. The bar will flash slowly when full, indicating that the Champion can level up after resting. |Health serves as one of two durability stats when combat is involved. Health is reduced by physical and magical attacks in addition to some events that may occur that affect Health. Health is further increased by increasing associated attributes. |Resolve serves as the second durability stat, serving as 'sanity' when facing off against horrifying or sexy things. Resolve is reduced by Lust and Mental attacks, including some events that may reduce it. Unlike Health, however, Resolve does not increase by improving a specific attribute, it is merely the resistance to such attacks that can be improved. |Listed here are effects that affect the current character, these effects include both positive and negative status'. For more info see [[Boons]], [[Status Effects]] and [[Combat Mechanics#Combat Effects|Combat Effects]]. |Threat is the amount of attention you attract when facing enemies in combat. The higher the threat, the more likely the person is to be targeted. See [[Combat Mechanics#Threat|Threat]] for more detail. |} '''NOTE''': '''RESOLVE''' has been removed from the game in patch [[Version history#0.5.0 (June 9, 2022)|0.5.0]]. Any power or effect that would increase or decrease Resolve now applies to Health. ==Leveling up== Your maximum life is increased by +25. You can choose three of your attributes to increase by +3, the others will increase by +1. Depending on the new level and class, a corresponding [[Powers|Power]] can be learned for free, while the remaining ones would have to be learned from associated trainers.<br> (Note: if your race changes from your original race you will lose access to your races favored attributes if your background and class don't also have them.) ==Attributes== Attributes serve as the main stats that can be permanently increased through leveling or temporarily increased through consuming certain items or encountering events. Each point put into an attribute will continuously add to its effects. {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="120px" class="unsortable"|<span id="Strength"></span>Strength ! width="90px" class="unsortable"|<span id="Agility"></span>Agility ! width="150px" class="unsortable"|<span id="Toughness"></span>Toughness ! width="150px" class="unsortable"|<span id="Cunning"></span>Cunning ! width="140px" class="unsortable"|<span id="Willpower"></span>Willpower ! width="110px" class="unsortable"|<span id="Presence"></span>Presence |- |Attack Power +3<br>Armor +1<br>Penetration +1 |Accuracy +2<br>Evasion +1<br>Initiative +0.5 |Health +5<br>Physical Resistance +1 |Critical Chance +1%<br>Critical Effectivess +3<br>Ward +1<br>Magical Resistance +1 |Spellpower +3<br>Focus +1<br>Mental Resistance +1 |Health +2<br>Sexiness +1<br>Leadership +2 |} ==Offensive Statistics== {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="400px" class="unsortable"|<span id="Attack Power"></span>Attack Power ! width="400px" class="unsortable"|<span id="Spellpower"></span>Spellpower ! width="400px" class="unsortable"|<span id="Sexiness"></span>Sexiness ! width="400px" class="unsortable"|<span id="Accuracy"></span>Accuracy |- |Increases the damage of physical attacks you deal. Treated as a percentage increase. |Increases the damage or healing factor of your spells. Treated as a percentage increase. |Increases the Accuracy and Damage of your Tease attacks. |Increases the chance to hit for all attacks, including weapons, spells, and Tease attempts. Every point of Accuracy increases your chance to hit or crit by 1%. Accuracy provided by weapons only applies to attacks made specifically with that weapon. Weapons with the Catalyst tag also apply their Accuracy to spellcasting. |- ! width="400px" class="unsortable"|<span id="Initiative"></span>Initiative ! width="400px" class="unsortable"|<span id="Penetration"></span>Penetration ! width="400px" class="unsortable"|<span id="Critical Chance"></span>Critical Chance ! width="400px" class="unsortable"|<span id="Critical Effectiveness"></span>Critical Effectiveness |- |How fast characters act in combat. Your Initiative is added to a random 1-20 number at the start of each round of combat, characters with higher scores act before those with lower ones. Wearing Heavy armor imposes a -5 Initiative penalty. |Bypasses enemy damage reduction. Each point of Penetration reduces the relevant DR stat by 1 on a successful hit. Specific gear can increase Penetration's sub-categories: '''Armor Penetration''', '''Spell Penetration''', and '''Temptation''' (for physical, magical, and lustful attacks, respectively). |A percentage chance to upgrade normal hits to Critical Hits. Critical Chance provided by weapons only applies to attacks made specifically with that weapon. Weapons with the Catalyst tag also apply their Critical Chance to spellcasting. |Increases the Damage or Healing Factor of all your critical hits. Treated as a percentage increase. |} ==Attack Avoidance== Characters have four means of avoiding the effects of an attack. Avoidance is subtracted from the attacker's accuracy before calculating the hit. Avoidance is capped at 100. An attack hits if <code>rand(100) + 1 + accuracy - avoidance > 15</code>. So an attack with no additional accuracy and no avoidance from the enemy has 85% chance to hit. If that value is greater than 120, the attack will always be a critical hit, even if critical chance is 0. {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="250px" class="unsortable"|Evasion ! width="250px" class="unsortable"|Physical Resistance ! width="250px" class="unsortable"|Magical Resistance ! width="250px" class="unsortable"|Mental Resistance |- |Counters weapon attacks and area-of-effect abilities, like fireballs |Counters bodily attacks like tackles, charges, knockdowns, disarms, and poisons. |Counters most direct magic attacks. |Counters Tease attacks and many psychic or psychological abilities. |} ==Damage Reduction== Your attributes and worn equipment contribute to the Armor, Warding, and Focus stats, which decrease damage done from physical, magical, and mental/tease attacks respectively. Armor, Warding and Focus are reduced by Armor Penetration, Spell Penetration and Temptation respectively. The damage reduction is calculated with the following formula: <code>100 / (100 + defense - penetration)</code>. (<code>defense - penetration</code> can never go below 0, so damage can never be amplified by using penetration). For example a character with 100 Armor and an attack with no Armor Penetration will receive half damage from Physical attacks. This type of damage reduction has no cap, but has diminishing returns and it will take an infinite amount of defense to reach 100% reduction. Finally Elemental Resistances are applied to any remaining damage, they behave as a percentage reduction. {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="250px" class="unsortable"|Armor ! width="250px" class="unsortable"|Warding ! width="250px" class="unsortable"|Focus |- |Decreases Physical damage. |Decreases Magical damage. |Decreases Mental and Tease damage. |} ==Other Statistics== {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="400px" class="unsortable"|<span id="Leadership"></span>Leadership ! width="400px" class="unsortable"|<span id="Libido"></span>Libido ! width="400px" class="unsortable"|<span id="Corruption"></span>Corruption |- |Increases the efficacy of your companions. All companions gain a bonus to their Attack Power and Spellpower equal to your Leadership. Summoned creatures use your Leadership to determine how powerful they are. |Libido below 20 increases Lust resistance, libido above 35 increases Sexiness but decreases Lust resistance, libido above 70 decreases Lust resistance. |High Corruption makes libido increase at a faster rate. Can change the interaction with certain NPCs.<br>See [[Corruption]] for more details. |} ==Sexual Statistics== {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="400px" class="unsortable"|<span id="Feracity"></span>Feracity ! width="400px" class="unsortable"|<span id="Fertility"></span>Fertility ! width="400px" class="unsortable"|<span id="Virility"></span>Virility |- |Is the base stat from which Fertility and Virility are derived. |Determines the chance to be impregnated. |Determines the chance to impregnate. |} See [[Pregnancy#Pregnancies|Pregnancies]] for more details. ==Starting Bonuses== Items in the class row reflect the primary attribute while the other categories provide an additional point for said attribute. {| class="wikitable sortable bordered" style="margin-left: auto; margin-right: auto; border: none; text-align:center" |- ! width="10px" class="unsortable"|Category ! width="90px" class="unsortable"|Agility ! width="80px" class="unsortable"|Cunning ! width="100px" class="unsortable"|Presence ! width="90px" class="unsortable"|Strength ! width="90px" class="unsortable"|Toughness ! width="100px" class="unsortable"|Willpower |- |'''Race''' |[[Catfolk]] | - |[[Humans]] |[[Lupines]] |[[Orcs]] |[[Wyld Elves]] |- |'''Class''' |[[Thief]] | - |[[Charmer]] | - |[[Warrior]] |[[Black Mage]]<br>[[White Mage]] |- |'''Background''' |Hunter<br>Slum Rat |Scholar |Noble Scion<br>Courtesan<br>Minstrel |Soldier |Barbarian |Arcanist<br>Acolyte |} [[Category:Game mechanics]] [[Category:Outdated Wiki Pages]]
该页面使用的模板:
Template:Align
(
查看源代码
)
Template:Center
(
查看源代码
)
Template:Cw
(
查看源代码
)
Template:Disclaimer
(
查看源代码
)
Template:Headshot-index
(
查看源代码
)
Template:Icons
(
查看源代码
)
Template:WikiHeadshot-index
(
查看源代码
)
返回
Stats
。
查看“︁Stats”︁的源代码
来自Corruption of Champions II Bilingual Wiki