File:Catch quality chances.svg

From Terraria Wiki
Jump to navigation Jump to search

Original file(SVG file, nominally 400 × 300 pixels, file size: 83 KB)

Summary

Probability of successful rolls for each catch quality slot for a given fishing power. Applies to all versions before 1.4.0.1 and after 1.4.1. (For the file that applies to the versions between 1.4.0.1 and 1.4.1, see File:Catch quality chances (with scaling).svg.) Generated with gnuplot.

gnuplot source code:

set terminal svg size 400 300
set samples 1001
set xlabel "Fishing Power"
set ylabel "Chance"
set format y "%g%%"
set key inside right top Right vertical opaque box
set object 1 rectangle from screen 0,0 to screen 1,1 fc rgb "white" behind

max(a,b) = (a > b) ? a : b
common(x) = 100.0 / max(floor(150 / x), 2)
uncommon(x) = 100.0 / max(floor(150 * 2 / x), 3)
rare(x) = 100.0 / max(floor(150 * 7 / x), 4)
veryrare(x) = 100.0 / max(floor(150 * 15 / x), 5)
exrare(x) = 100.0 / max(floor(150 * 30 / x), 6)

plot [0:424] [0:55] \
	common(x) title 'Common' with steps, \
	uncommon(x) title 'Uncommon' with steps, \
	rare(x) title 'Rare' with steps, \
	veryrare(x) title 'Very Rare' with steps, \
	exrare(x) title 'Extremely Rare' with steps

Licensing

No license has been selected.
License: Unknown
Please select the proper license for this file by adding the proper parameter to {{License}}. Unlicensed images may be a copyright violation if they are not your works and will be deleted.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current01:12, 30 April 2022Thumbnail for version as of 01:12, 30 April 2022400 × 300 (83 KB)Rye Greenwood (talk | contribs)Removed the "pre-1.4" from the description of the abscissa. These catch quality values now apply to all versions.
11:37, 2 January 2022Thumbnail for version as of 11:37, 2 January 2022400 × 300 (84 KB)Maintenance script (talk | contribs)

The following 2 pages use this file:

Metadata