Fusion hero

deathblade

New Member
Reaction score
4
i just thought of this hero idea where u have a hero with 8+ basic spells and u have an ability to fuse 2 to create a new advanced spell which are generaly better...
 

perkeyone

something clever
Reaction score
71
you forgot to ask the question
=P
if you are wondering how you could do that i think you will need to make
8x7/2=28 fused abilities

thats if you use 8 basic abilities

for more than 8 use this formula
n x (n-1) / 2
 

Emu.Man00

New Member
Reaction score
41
I don't understand that formula... If you have 8 spells, and 2 of them fuse together to make 1... thats 8 basic and 4 advanced... no?
 

perkeyone

something clever
Reaction score
71
nope it works like this...
a, b, c, d, e, f, g and h are all spells

Code:
[U] | a| b| c| d| e| f| g| h|
a|aa|ab|ac|ad|ae|af|ag|ah|
b|ba|bb|bc|bd|be|bf|bg|bh|
c|ca|cb|cc|cd|ce|cf|cg|ch|
d|da|db|dc|dd|de|df|dg|dh|
e|ea|eb|ec|ed|ee|ef|eg|eg|
f|fa|fb|fc|fd|fe|ff|fg|fh|
g|ga|gb|gc|gd|ge|gf|gg|gh|
h|ha|hb|hc|hd|he|hf|hg|hh|[/U]
those are all the possible combinations
but why combine "a" with "a"?
so we get rid of those
Code:
[U] | a| b| c| d| e| f| g| h|
a|  |ab|ac|ad|ae|af|ag|ah|
b|ba|  |bc|bd|be|bf|bg|bh|
c|ca|cb|  |cd|ce|cf|cg|ch|
d|da|db|dc|  |de|df|dg|dh|
e|ea|eb|ec|ed|  |ef|eg|eg|
f|fa|fb|fc|fd|fe|  |fg|fh|
g|ga|gb|gc|gd|ge|gf|  |gh|
h|ha|hb|hc|hd|he|hf|hg|  |[/U]
then you might notice
"ba" is the same thing as "ab"
so we get rid of those too
Code:
[U] | a| b| c| d| e| f| g| h|
a|  |ab|ac|ad|ae|af|ag|ah|
b|  |  |bc|bd|be|bf|bg|bh|
c|  |  |  |cd|ce|cf|cg|ch|
d|  |  |  |  |de|df|dg|dh|
e|  |  |  |  |  |ef|eg|eg|
f|  |  |  |  |  |  |fg|fh|
g|  |  |  |  |  |  |  |gh|
h|  |  |  |  |  |  |  |  |[/U]

the formula is a shortcut for finding combinations of two items
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top