Jump to content

No Range Data For Weapons Since Patch


1 reply to this topic

#1 Archivar

    Member

  • Pip
  • 15 posts

Posted 19 July 2017 - 05:37 AM

APi for items is missing weapon range.

http://static.mwomer.../list/full.json

missing fields:

minRange
longRange
maxRange

#2 Archivar

    Member

  • Pip
  • 15 posts

Posted 20 July 2017 - 06:42 AM

After a support ticket, the issue is solved.

Every weapon has now a new sub array for ranges:

	[ranges] => Array
 
 
		(
			[0] => stdClass Object
				(
					[start] => 0
					[damageModifier] => 1.0
					[interpolationToNextRange] => linear
				)
 
			[1] => stdClass Object
				(
					[start] => 270
					[damageModifier] => 1.0
					[interpolationToNextRange] => linear
				)
 
			[2] => stdClass Object
				(
					[start] => 540
					[damageModifier] => 0
					[interpolationToNextRange] => linear
				)
 
		)






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users