User Tools

Site Tools


infinix:puffish_skills

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
infinix:puffish_skills [2025/08/14 18:54] – created schindlershadowinfinix:puffish_skills [2025/08/14 20:43] (current) – [Magic Schools] schindlershadow
Line 1: Line 1:
 ===== Puffish Skills ===== ===== Puffish Skills =====
 +[[https://www.curseforge.com/minecraft/mc-mods/puffish-skills | Puffish Skills]] is a mod that adds skill trees.\\
 +You will be notified in chat when you gain a skill point\\
 +Press K (Default) to access the menu 
 +
 +{{:infinix:screenshot_from_2025-08-14_14-59-57.png?nolink|}}\\
 +On the top left, you can see there is tabs for each of the skill trees.\\
 +These are completely separate trees and points in one cannot be used in another.\\
 +The diamond above one of the tabs indicates that skill points are available
 +
 +In the middle, you can see a progress bar. This is the experience bar for this skill tree.\\
 +If you hover over it you can get additional details such as how much experience is needed and the current level.\\
 +
 +On the right, you can see the amount of skill points available for use on this tree.
 +
 +==== Combat ====
 +{{:infinix:screenshot_from_2025-08-14_14-57-37.png?nolink&600 |}}
 +The Combat skill tree will look familiar to anyone who has used Puffish Skills before, but it has been modified for its use in InfiniX.
 +
 +This tree starts at the center, you can pick one of either four skills.
 +  * +1 Heart
 +  * +3% Melee Damage
 +  * +1% Resistance
 +  * +3% Ranged Damage (Bow/Gun)
 +You can only pick one of these, the others will be locked.
 +
 +Experience is gained in this tree by killing mobs.\\
 +Experience is calculated by <code javascript>"expression": "max_health / 20"</code>
 +
 +There is an Anti Farming feature, you are limited to 10 experience gains every 300 seconds per chunk
 +
 +==== Ranged ====
 +{{:infinix:screenshot_from_2025-08-14_15-26-47.png?nolink&600 |}}
 +The Ranged skill tree is an original custom skill tree for InfiniX.
 +
 +Every node in the skill tree gives you the same skill
 +  * +1% Ranged Damage (Bow/Gun)
 +
 +Experience is gained in this tree by killing mobs with a ranged weapon.\\
 +Experience is calculated by 
 +<code javascript>
 +"condition": "is_projectile | is_gunfire | is_gunfire_absolute | is_gunfire_headshot | is_gunfire_headshot_absolute",
 +"expression": "max_health / 20"
 +</code>
 +
 +There is an Anti Farming feature, you are limited to 10 experience gains every 300 seconds per chunk
 +
 +==== Mining ====
 +{{:infinix:screenshot_from_2025-08-14_15-35-00.png?nolink&600 |}}
 +The Mining skill tree will look familiar to anyone who has used Puffish Skills before, but it has been modified for its use in InfiniX.
 +
 +
 +This tree starts at the center, almost every node is the same:
 +  * +3% Mining Speed
 +Other than the ends of the tree which contain
 +  * +0.1 Fortune
 +
 +Mining Speed increases mining speed of the player with all tools.\\
 +Fortune increases fortune when mining a block, also applies without having fortune enchant on the tool.
 +
 +Experience is calculated by 
 +<code javascript>
 +"condition": "!silk_touch & (ore_like)",
 +"expression": "1"
 +</code>
 +
 +This means as long as silk touch is not used, every ore will give you 1 experience each when mined.
 +
 +There is no Anti Farming feature for this skill tree.
 +
 +==== Magic ====
 +{{:infinix:screenshot_from_2025-08-14_16-08-11.png?nolink&600 |}}
 +The Magic skill tree is a modified version of the [[https://www.curseforge.com/minecraft/mc-mods/unofficial-irons-spells-n-spellbooks-skill-tree| Unofficial Iron's Spells 'n Spellbooks Skill Tree]] for use in InfiniX. 
 +
 +The skills in this tree only affect [[https://iron.wiki/ | Iron's Spells 'n Spellbooks]] magic
 +
 +This tree starts at the center, which is a +2% spell power node. \\
 +Afterwards you may pick from two tree paths
 +
 +Casting management (pick one) 
 +  * Cast Time Reduction path
 +  * Cooldown Reduction path
 +Mana management (pick one) 
 +  * Max Mana path
 +  * Mana Regen path
 +
 +The ends of the tree have a slightly more powerful node.
 + 
 +Experience is gained in this tree by casting magic.\\
 +Experience calculation is a bit complicated
 +<code javascript>
 +{
 +  "condition": "is_continuous",
 +  "expression": "max((((is_common + is_uncommon + is_rare + is_epic + is_legendary) + level + (mana_cost_per_second / 10)) / 6) * is_eldritch, 1)"
 +},
 +{
 +  "condition": "!is_continuous",
 +  "expression": "((is_common + is_uncommon + is_rare + is_epic + is_legendary) + level + (mana_cost / 10)) * is_eldritch"
 +}
 +</code>
 +
 +Basically, stronger magic will give you more experience. 
 +
 +There is no Anti Farming feature for this skill tree. 
 +
 +==== Magic Schools ====
 +
 +Each [[https://iron.wiki/ | Iron's Spells 'n Spellbooks]] magic school has its own skill tree as well, this gives you a small benefit for sticking to a single school of magic.
 +
 +These skill trees are based off of [[https://www.curseforge.com/minecraft/mc-mods/addon-for-irons-spells-n-spellbooks-unofficial | Magic Schools Skill trees: Addon for Iron's Spells 'n Spellbooks Unofficial Skill Tree]] but modified for InfiniX use.
 +
 +Experience calculation in general is
 +<code javascript>
 +"expression": "level + (mana_cost / 5) + rarity"
 +</code>
 +
 +Basically, stronger spells give more experience. 
 +
 +There is no Anti Farming feature for this skill tree. 
 +
 +The sound skill tree is an original InfiniX skill tree
 +
 +{{:infinix:screenshot_from_2025-08-14_16-36-02.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-36-10.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-36-21.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-36-35.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-37-10.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-37-31.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-37-47.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-37-59.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-38-13.png?nolink&600 |}}
 +{{:infinix:screenshot_from_2025-08-14_16-38-29.png?nolink&600 |}}
 +
 +
infinix/puffish_skills.1755197688.txt.gz · Last modified: by schindlershadow