Welcome Guest ( Log In | Register )

65 Pages V  1 2 3 > »   
Closed TopicStart new topic
> [closed] Equipment Ranges, closed - please use the pinned thread

 
post Dec 22 2011, 00:42
Post #1
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,752
Joined: 31-December 06
Level 485 (Godslayer)


The values for equipment can be found here: Equipment Ranges.

The current preferred method is to use the updated script by decondelite

Old version of this script: [dl.dropboxusercontent.com] HV Items Script
CODE
const rangesToSend = [];
rangesToSend.push({ 'eid' : item.eid, 'key' : item.key });

//repeat for all items you want to send: loop over all items in inventory?
        
function sendRanges(){
  if (rangesToSend.length === 0)
    return;
  const exists = new XMLHttpRequest();
  const data = new FormData();
  data.append('action', 'store');
  data.append('equipment', JSON.stringify(rangesToSend));
  exists.open("POST","https://hvitems.niblseed.com/",false);
  exists.send( data );
}


Just open up an equipment or forge page, and the script should run, sending the url to the server which will do the rest.

Thanks to:
Varst for helping me with the formatting of the table and the math involved
Tiap for the parser for collecting all the data
dcherry for encouragement

VERY VERY VERY Special thanks to:
Jenga: Setting up a database and query to allow for data to be collected more efficiently then just word of mouth or posts

Please only post equipment with ID's over 72,000,000 (Updated 08/09/15)

05/31/2014 Updated to post 1048
08/26/2014 Updated to post 1057
01/20/2015 Updated to post 1080
08/09/2015 Updated to post 1116
10/16/2015 Updated to post 1132
12/07/2015 Updated to post 1145
12/14/2015 Updated to post 1146
12/19/2015 Updated to post 1148
02/16/2016 Updated to post 1159
03/06/2016 Updated to post 1161
some updates inbetween
09/27/2016: Updated to post 1179 EID max of 108849152, filter issues fixed.
10/22/2016: Updated to post 1185
03/12/2017: Updated to post 1227
12/14/2017: Updated to post 1262

Need data on:
Everything, please use script if able!

Noni edit: script has been updated by decondelite to exclude wrong power ranges.

This post has been edited by DJNoni: Mar 13 2019, 08:35
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2011, 05:38
Post #2
Ballistic9



(*¯~¯)╯彡┻━┻
********
Group: Members
Posts: 4,761
Joined: 4-January 09
Level 329 (Godslayer)


Awesome, thanks for the hard work (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2011, 05:45
Post #3
roadgray



その必要はないわ
********
Group: Gold Star Club
Posts: 4,013
Joined: 14-July 11
Level 500 (Ponyslayer)


Awesome. Now I can trash my messy excel file.
Big thanks to anyone involved.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 22 2011, 10:17
Post #4
danixxx



Currently exhausted
*********
Group: Catgirl Camarilla
Posts: 7,340
Joined: 3-September 10
Level 500 (Godslayer)


Awesome ,thank you so much.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 00:54
Post #5
yuy917



Active Poster
*******
Group: Gold Star Club
Posts: 1,033
Joined: 27-May 08
Level 336 (Godslayer)


great thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 03:11
Post #6
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,752
Joined: 31-December 06
Level 485 (Godslayer)


If you guys find any issues with it please inform me so I can fix it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 05:49
Post #7
eovcoo5



おっぱい星人 (( • ̀ω•́ )✧)
********
Group: Members
Posts: 2,583
Joined: 16-September 10
Level 391 (Dovahkiin)


great ! thanks for all the hard work
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 20:59
Post #8
wr4st3r



Active Poster
*******
Group: Members
Posts: 1,099
Joined: 26-June 11
Level 302 (Godslayer)


This is awesome, thanks and congrats!

I'm a bit lost when it comes to interpretate the (min-max) 'Derived Base' values though, do they refer to lv. 1/base scaling items?

I take they do, looking at weapons values, but for armor ones it seems like they're very close to higher level items. Is that because armor gets way smaller increases when leveling up?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 21:00
Post #9
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,752
Joined: 31-December 06
Level 485 (Godslayer)


the level 0 base like you would see using cmals scaling calc
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 21:05
Post #10
wr4st3r



Active Poster
*******
Group: Members
Posts: 1,099
Joined: 26-June 11
Level 302 (Godslayer)


QUOTE(skillchip @ Dec 23 2011, 20:00) *

the level 0 base like you would see using cmals scaling calc


I see, that makes sense.

Thanks and again, great stuff chip!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 23 2011, 22:42
Post #11
buktore



Skeleton Soldier
********
Group: Members
Posts: 4,352
Joined: 9-September 09
Level 408 (Dovahkiin)


You sure the base dmg for shade are correct? (IMG:[invalid] style_emoticons/default/huh.gif) ... Your number implied that, for example, there should be 150+ dmg for non exquisite+ shade breastplate at my lv (266). I never saw such a thing before... So I'm a bit skeptical. (IMG:[invalid] style_emoticons/default/unsure.gif)

I might contribute more later since you seem serious. I'll start with this sup SD shade breastplate with 5.71 base evade, higher than the number in the chart.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 24 2011, 22:42
Post #12
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,752
Joined: 31-December 06
Level 485 (Godslayer)


Simple answer, maybe, but I don't have the examples and with the base stat addon not working I'm not going to go find it. Fine Shade Breastplate of the Arcanist will have ~110 at 266, and so will another pair of pants.

It is more likely that the max roll is actually 8, but I used 9 because one pair of boots I came across ended up with that value, but boots cause issues due to rounding, so the value of non-exquisite chest around 266 should actually be 127.85, I'll lower it and fix shadowdancer evade.

Thanks for the Shade example. I'll update the tables next week when my gf goes back home.

This post has been edited by skillchip: Dec 24 2011, 23:59
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2011, 03:43
Post #13
lovehcomics



Active Poster
*******
Group: Members
Posts: 1,354
Joined: 28-August 09
Level 272 (Godslayer)


Superior Axe of Slaughter
QUOTE

Weapon Damage 533.55 Slashing
Attack Accuracy Bonus + 8.58 %
Attack Critical Bonus + 4.23 %
Burden + 11.86
Interference + 6.94
Primary Attribute Bonuses
Strength + 6.91 Dexterity + 1.77
14% Bleeding Wound for 3 turns / 305 damage

Level 191 One-handed Weapon

Upgrades: Strength Bonus +1

I have boosted:
QUOTE

Strength 197
Dexterity 191
Agility 236
Endurance 226
Intelligence 232
Wisdom 228
One-handed 47.50

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2011, 04:20
Post #14
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


Exquisite Katana of the Ox higher STR (4.19 vs 4.09)

QUOTE(lovehcomics @ Dec 25 2011, 02:43) *

Wrong thread?
All values are within range.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2011, 08:10
Post #15
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


QUOTE(skillchip @ Dec 25 2011, 04:42) *

Simple answer, maybe, but I don't have the examples and with the base stat addon not working I'm not going to go find it. Fine Shade Breastplate of the Arcanist will have ~110 at 266, and so will another pair of pants.

It is more likely that the max roll is actually 8, but I used 9 because one pair of boots I came across ended up with that value, but boots cause issues due to rounding, so the value of non-exquisite chest around 266 should actually be 127.85, I'll lower it and fix shadowdancer evade.

Thanks for the Shade example. I'll update the tables next week when my gf goes back home.


It seems the base stat addon has been updated, so great thanks to derylmal!

I also have some issues on prof. bonus and EDB. Update next week when my exam finishes.

(And I need a few seconds to understand why your gf matters (IMG:[invalid] style_emoticons/default/tongue.gif) )
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2011, 16:15
Post #16
grumpymal



I hate everything >:C
***********
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
Level 362 (Godslayer)


QUOTE(varst @ Dec 25 2011, 01:10) *

(And I need a few seconds to understand why your gf matters (IMG:[invalid] style_emoticons/default/tongue.gif) )

Because the only way to get motivated enough to do this shit is when you're getting laid. My girlfriend won't give me any, so I don't work on my GM scripts any more.

My offer for a commission to make an automated interface for this still stands, though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 25 2011, 21:04
Post #17
lovehcomics



Active Poster
*******
Group: Members
Posts: 1,354
Joined: 28-August 09
Level 272 (Godslayer)


Well, I wasn't sure since I've never seen an axe with that high a base value.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 26 2011, 22:39
Post #18
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,752
Joined: 31-December 06
Level 485 (Godslayer)


I know Cmal/Derpymal. Just have to figure out what all I want to have in it before I ask for it, would hate to have left something out (IMG:[invalid] style_emoticons/default/smile.gif)

And yeah, I am more motivated now that I have spent time with her, but can barely pull myself away to do any work lol.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 27 2011, 08:48
Post #19
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


QUOTE(derpymal @ Dec 25 2011, 22:15) *

My offer for a commission to make an automated interface for this still stands, though.


Count me in.

QUOTE(skillchip @ Dec 27 2011, 04:39) *

And yeah, I am more motivated now that I have spent time with her, but can barely pull myself away to do any work lol.


That's why I'm not so motivated in HV matters now (IMG:[invalid] style_emoticons/default/anime_cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 27 2011, 18:20
Post #20
Rowyks



Σ(゚д゚)
****
Group: Members
Posts: 476
Joined: 20-August 11
Level 210 (Godslayer)


get this one from itemworld Magnificent hard level

Exquisite Rapier of the Battlecaster

thanks for update Rapier page
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


65 Pages V  1 2 3 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 20th April 2024 - 07:21