User Tools

Site Tools


infinix:puffish_skills

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infinix:puffish_skills [2025/08/14 20:19] – [Magic] schindlershadowinfinix:puffish_skills [2025/08/14 20:43] (current) – [Magic Schools] schindlershadow
Line 26: Line 26:
  
 Experience is gained in this tree by killing mobs.\\ Experience is gained in this tree by killing mobs.\\
-Experience is calculated by <code>"expression": "max_health / 20"</code>+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 There is an Anti Farming feature, you are limited to 10 experience gains every 300 seconds per chunk
Line 32: Line 32:
 ==== Ranged ==== ==== Ranged ====
 {{:infinix:screenshot_from_2025-08-14_15-26-47.png?nolink&600 |}} {{:infinix:screenshot_from_2025-08-14_15-26-47.png?nolink&600 |}}
-The Ranged skill tree is custom skill tree for InfiniX.+The Ranged skill tree is an original custom skill tree for InfiniX.
  
 Every node in the skill tree gives you the same skill Every node in the skill tree gives you the same skill
Line 39: Line 39:
 Experience is gained in this tree by killing mobs with a ranged weapon.\\ Experience is gained in this tree by killing mobs with a ranged weapon.\\
 Experience is calculated by  Experience is calculated by 
-<code>+<code javascript>
 "condition": "is_projectile | is_gunfire | is_gunfire_absolute | is_gunfire_headshot | is_gunfire_headshot_absolute", "condition": "is_projectile | is_gunfire | is_gunfire_absolute | is_gunfire_headshot | is_gunfire_headshot_absolute",
 "expression": "max_health / 20" "expression": "max_health / 20"
Line 60: Line 60:
  
 Experience is calculated by  Experience is calculated by 
-<code>+<code javascript>
 "condition": "!silk_touch & (ore_like)", "condition": "!silk_touch & (ore_like)",
 "expression": "1" "expression": "1"
Line 78: Line 78:
 Afterwards you may pick from two tree paths Afterwards you may pick from two tree paths
  
-Casting management (pick one)  +Casting management (pick one)  
->> Cast Time Reduction path +  Cast Time Reduction path 
->> Cooldown Reduction path +  Cooldown Reduction path 
-Mana management +Mana management (pick one)  
->> Max Mana path +  Max Mana path 
->> Mana Regen 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.1755202785.txt.gz · Last modified: by schindlershadow