- Apr 25, 2014
- 1,686
- 9
- 100
Does anyone know the damage multipliers for: Twindrakeblade, doubleslash and heavenlysword?
Just making a little spreadsheet on Excel then I want to plot damage comparison and factor in weapon luck in matlab, just practising using this software.
This took 5 minutes for example..
=SUM((B3+D3)/2)
=SUM(((B3+D3)/2)*(1-0.143)+(D3*0.143))
=SUM((B3+D3)/2)*(1-0.167)+(D3*0.167)
=SUM(((B3+D3)/2)*0.8)+(D3*0.2)
=SUM(((B3+D3)/2)*0.75)+(D3*0.25)
=SUM(((B3+D3)/2)*0.67)+(D3*0.33)
=SUM(((B3+D3)/2)*0.5)+(D3*0.5)
=D3
Thanks
Just making a little spreadsheet on Excel then I want to plot damage comparison and factor in weapon luck in matlab, just practising using this software.
This took 5 minutes for example..
=SUM((B3+D3)/2)
=SUM(((B3+D3)/2)*(1-0.143)+(D3*0.143))
=SUM((B3+D3)/2)*(1-0.167)+(D3*0.167)
=SUM(((B3+D3)/2)*0.8)+(D3*0.2)
=SUM(((B3+D3)/2)*0.75)+(D3*0.25)
=SUM(((B3+D3)/2)*0.67)+(D3*0.33)
=SUM(((B3+D3)/2)*0.5)+(D3*0.5)
=D3
Thanks
Attachments
Last edited:
