Sign in to follow this  
Bauk

Skill Difficulty Spreadsheet

Recommended Posts

Hi All,

 

A while ago I was watching a Factional Fight VOD and he showed a spreadsheet with all the skills listed and a number beside them all based on how difficult they are to level. Of course I can't seem to find that VOD anymore but would love if someone is able to share it here.

 

Regards

Share this post


Link to post
Share on other sites
1 hour ago, Wulfgarr said:

Cool spreadsheet, what is the L and F behind the number?

 

I suspect that's a datamining artifact. They are taken from decompiled Wurm Unlimited code. In Java, a number with F after it is a floating point literal, and a number with L after it is a long literal, which is a 64 bit integer. The compiler and decompiler sometimes do funny stuff like that to numbers for optimization reasons or (in the case of the decompiler) because they're just confused.

 

TL;DR: it likely means nothing, ignore it and treat them all as whole numbers.

Share this post


Link to post
Share on other sites

very interesting to see in numbers how the game is treating Weaponsmithing as a parent skill with its associated difficulty.................

Share this post


Link to post
Share on other sites
1 hour ago, Lisimba said:

 

I suspect that's a datamining artifact. They are taken from decompiled Wurm Unlimited code. In Java, a number with F after it is a floating point literal, and a number with L after it is a long literal, which is a 64 bit integer. The compiler and decompiler sometimes do funny stuff like that to numbers for optimization reasons or (in the case of the decompiler) because they're just confused.

 

TL;DR: it likely means nothing, ignore it and treat them all as whole numbers.

so you mean they are just symbols of Float and Long, gotcha!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this