<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.smutosaur.us/FoE/index.php?action=history&amp;feed=atom&amp;title=Experience</id>
	<title>Experience - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smutosaur.us/FoE/index.php?action=history&amp;feed=atom&amp;title=Experience"/>
	<link rel="alternate" type="text/html" href="https://wiki.smutosaur.us/FoE/index.php?title=Experience&amp;action=history"/>
	<updated>2026-04-22T19:26:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.smutosaur.us/FoE/index.php?title=Experience&amp;diff=9720&amp;oldid=prev</id>
		<title>Dragon643: Created page with &quot;'''Experience points''' (XP) allow the PC to level up and become stronger. Because leveling up is not automatic and experience c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smutosaur.us/FoE/index.php?title=Experience&amp;diff=9720&amp;oldid=prev"/>
		<updated>2015-03-31T19:46:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Experience points&amp;#039;&amp;#039;&amp;#039; (XP) allow the &lt;a href=&quot;/FoE/Corruption_of_Champions#You..2C_the_Hero&quot; title=&quot;Corruption of Champions&quot;&gt;PC&lt;/a&gt; to &lt;a href=&quot;/FoE/Level&quot; title=&quot;Level&quot;&gt;level&lt;/a&gt; up and become stronger. Because leveling up is not automatic and experience c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Experience points''' (XP) allow the [[Corruption of Champions#You., the Hero|PC]] to [[level]] up and become stronger.&lt;br /&gt;
Because leveling up is not automatic and experience carries over (unlike [[Combat Damage#Tease|Tease]] XP), it can be '''pooled''' for later use. This is particularly useful at later levels once you feel tough enough. (See level article.)&lt;br /&gt;
&lt;br /&gt;
Experience above 9999, just like [[gems]], will not be displayed but will still be counted.&lt;br /&gt;
&lt;br /&gt;
PCs can gain XP by either defeating [[NPCs and Monsters|monsters]] or solving [[quests]]. Level difference affects this by giving penalties while fighting lower level monsters.&lt;br /&gt;
Fighting a monster with a 3 level difference gives a 20% penalty, 4 gives a 40% penalty, 5 gives a 60% penalty, 6-10 gives a 80% penalty and 10+ always gives a single experience point.&lt;br /&gt;
Some monsters may also give additional XP☆.&lt;br /&gt;
* First, the difference between the player and the monster's levels is checked.&lt;br /&gt;
* If the difference is 2 or lower, it is set to 0 (100% experience), else it is decreased by 2. (Hardcore low-level players will notice a difference but this is only due to the base/bonus XP for high level monsters.)&lt;br /&gt;
* If the resulting difference is higher than 4 (at least 6 levels higher than the monster), it is set to 4. (20% experience.)&lt;br /&gt;
* The XP percentage change is then calculated: ''((5-Difference) * 20 / 100)''.&lt;br /&gt;
* If the player and the monster have a base level difference higher than 10, they will '''always receive 1 XP'''. (The function returns the experience here, so it won't try anything else.)&lt;br /&gt;
* '''If this isn't the case''', the game then retrieves the base XP and bonus XP from the table below, applies the XP percentage to the sum, then (if applicable) adds any additional XP. This is the final XP.&lt;br /&gt;
{| style=&amp;quot;text-align:center; border: 1px solid #c6c9ff; border-collapse: collapse;&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;10&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Monster's Level &lt;br /&gt;
! Base XP &lt;br /&gt;
! Bonus XP &lt;br /&gt;
|-&lt;br /&gt;
| 1 &lt;br /&gt;
| 10 &lt;br /&gt;
| 0..9 &lt;br /&gt;
|-&lt;br /&gt;
| 2 &lt;br /&gt;
| 20 &lt;br /&gt;
| 0..19 &lt;br /&gt;
|-&lt;br /&gt;
| 3 &lt;br /&gt;
| 30 &lt;br /&gt;
| 0..29 &lt;br /&gt;
|-&lt;br /&gt;
| 4 &lt;br /&gt;
| 40 &lt;br /&gt;
| 0..39 &lt;br /&gt;
|-&lt;br /&gt;
| 5 &lt;br /&gt;
| 50 &lt;br /&gt;
| 0..49 &lt;br /&gt;
|-&lt;br /&gt;
| 6 &lt;br /&gt;
| 55 &lt;br /&gt;
| 0..54 &lt;br /&gt;
|-&lt;br /&gt;
| 7 &lt;br /&gt;
| 60 &lt;br /&gt;
| 0..57 &lt;br /&gt;
|-&lt;br /&gt;
| 8 &lt;br /&gt;
| 66 &lt;br /&gt;
| 0..65 &lt;br /&gt;
|-&lt;br /&gt;
| 9 &lt;br /&gt;
| 75 &lt;br /&gt;
| 0..74 &lt;br /&gt;
|-&lt;br /&gt;
| 10 &lt;br /&gt;
| 83 &lt;br /&gt;
| 0..82 &lt;br /&gt;
|-&lt;br /&gt;
| 11 &lt;br /&gt;
| 85 &lt;br /&gt;
| 0..84 &lt;br /&gt;
|-&lt;br /&gt;
| 12 &lt;br /&gt;
| 92 &lt;br /&gt;
| 0..84 &lt;br /&gt;
|-&lt;br /&gt;
| 13 &lt;br /&gt;
| 100 &lt;br /&gt;
| 0..85 &lt;br /&gt;
|-&lt;br /&gt;
| 14 &lt;br /&gt;
| 107 &lt;br /&gt;
| 0..91 &lt;br /&gt;
|-&lt;br /&gt;
| 15 &lt;br /&gt;
| 115 &lt;br /&gt;
| 0..93 &lt;br /&gt;
|-&lt;br /&gt;
| 16 &lt;br /&gt;
| 118 &lt;br /&gt;
| 0..95 &lt;br /&gt;
|-&lt;br /&gt;
| 17 &lt;br /&gt;
| 121 &lt;br /&gt;
| 0..97 &lt;br /&gt;
|-&lt;br /&gt;
| 18 &lt;br /&gt;
| 128 &lt;br /&gt;
| 0..98 &lt;br /&gt;
|-&lt;br /&gt;
| 19 &lt;br /&gt;
| 135 &lt;br /&gt;
| 0..100 &lt;br /&gt;
|-&lt;br /&gt;
| 20 &lt;br /&gt;
| 145 &lt;br /&gt;
| 0..106 &lt;br /&gt;
|-&lt;br /&gt;
| 21+ &lt;br /&gt;
| 200 &lt;br /&gt;
| 0..129 &lt;br /&gt;
|-&lt;br /&gt;
| Special※ &lt;br /&gt;
| 200 &lt;br /&gt;
| 0..199 &lt;br /&gt;
|}&lt;br /&gt;
☆As of 0.8.9: [[Minerva]] (50), [[Vala]] (50), [[Secretarial Succubus]] (50), [[Tower of the Phoenix]] encounters (50), [[Izumi]] (75), [[Fungal Pod]] (80) and [[Zetaz]] (100). The [[Fido's Mistress|Milky Succubus]] also gives 50 but it is given to [[Urta]].&lt;br /&gt;
※Monsters without a set level. As of 0.8.9, all encounters have a set level. Currently, the most rewarding encounter is [[Izumi]] at level 24 or less (275-405 XP).&lt;br /&gt;
&lt;br /&gt;
Because of the XP mechanics, it is possible for level 32 players to still get experience from [[Izumi]] (115-141 XP).&lt;br /&gt;
As of 0.8.9, level 33 players can only get more than 1 experience from at least 300 [[Tamani's Daughters]] (level 23) as well as scripted events and quests.&lt;br /&gt;
&lt;br /&gt;
Another way (especially for female and genderless PCs) to get past the &amp;quot;maximum&amp;quot; level is to '''pool experience''' as soon as you feel comfortable with your character. The recommended level is 20-21 (in order to provide a larger selection of easily accessible opponents as well as maximum HP); you may obviously start sooner (with less HP), but you should &amp;lt;u&amp;gt;not&amp;lt;/u&amp;gt; exceed level 24 or you will get penalties from [[Izumi]]. Once you decide to &amp;quot;unpool&amp;quot; all of your experience, remember to save your game first in order to make sure this is what you want.&lt;/div&gt;</summary>
		<author><name>Dragon643</name></author>
	</entry>
</feed>