Jump to content
Game-Labs Forum
  • 1

Modules list


Hethwill

Question

12 answers to this question

Recommended Posts

  • 3
3 hours ago, Hethwill said:

Is there a compiled list of ALL modules ( and effects ) ?

Would be thankful if it was listed in answer to this question.

Thank you.

I got list from API.

But you must know that their API have outdated modules (for example Reinforced Masts).

https://docs.google.com/spreadsheets/d/1vpKarDbZjkjvJm-LAlR-OwTwT1mbTLCehTNnT9j1hY8/edit?usp=sharing

Edited by qw569
  • Like 3
Link to comment
Share on other sites

  • 0
3 minutes ago, Hethwill said:

Is this up to date ? Several reviews have been done since then...

I believe it is missing the most recent mods, but otherwise it is sort of up-to-date.

his copper plating still only 2%

I don't see any of the pvp mod/books either

Edited by Teutonic
Link to comment
Share on other sites

  • 0

I wish I was a better bash ninja then I would've made a gsheet that auto updated much like my speeds sheet does today.

I had to ask qw569 to write the script for me:

curl http://storage.googleapis.com/nacleanopenworldprodshards/ItemTemplates_cleanopenworldprodeu1.json | sed "s/^.\{20\}//" | sed "s/.\{1\}$//" | jq -r ".[]|select(.ShipTemplateName!= null)|[.ShipTemplateName,.Specs.MaxSpeed,.Specs.SpeedToWind[]]|@csv" > apidump$(date +%Y%m%d%H%M).csv
drive push -quiet -destination 'Naval Action'/api apidump*.csv

I know what it does because he wrote it to my specifications, but I still don't understand it :(

Too bad we lost @Black Spawn.

Link to comment
Share on other sites

  • 0
1 hour ago, jodgi said:

I wish I was a better bash ninja then I would've made a gsheet that auto updated much like my speeds sheet does today.

I had to ask qw569 to write the script for me:


curl http://storage.googleapis.com/nacleanopenworldprodshards/ItemTemplates_cleanopenworldprodeu1.json | sed "s/^.\{20\}//" | sed "s/.\{1\}$//" | jq -r ".[]|select(.ShipTemplateName!= null)|[.ShipTemplateName,.Specs.MaxSpeed,.Specs.SpeedToWind[]]|@csv" > apidump$(date +%Y%m%d%H%M).csv
drive push -quiet -destination 'Naval Action'/api apidump*.csv

I know what it does because he wrote it to my specifications, but I still don't understand it :(

Too bad we lost @Black Spawn.

Those are simply gps coordinates with a command to do this and that. Only 5% of this code is actually an action script, the rest is just destination x and y. 

ex. curl - transfers data from or to servers using X protocols.

curl --> Destination. Action Script. --> Destination. Action Script. --> Destination , 

Edited by Wind
Link to comment
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
×
×
  • Create New...