janhelke / chummer5

Automatically exported from code.google.com/p/chummer5
0 stars 0 forks source link

Error in calculations if a piece of gear is allowed when availability is depending on the rating. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a character.
2. Open tab [Streed Gear]
3. Open subtab [Gear]
4. Push button [Add Gear]
5. Search for 'Fake' and select 'Fake SIN[ID/Credstics]'
6. Push the rating up as far as you can.

What is the expected output? What do you see instead?
The expected output is raring 4.
The reached rating is 6.

What version of the product are you using? On what operating system?
Version 0.0.5.139

Please provide any additional information below.
SR5 94:
Keep in mind... The characters are restricted to a maximum Availability rating 
of 12 and a device rating of 6.

SR5 443: Table IDENTIFICATION
Fake SIN (Rating 1-6) AVAIL: (Rating x 3)F

Rating 6 -> AVAIL: (6*3)F = 18F -> forbidden.
Raring 4 -> AVAIL: (4*3)F = 12F -> allowed.

Kind regards.

Original issue reported on code.google.com by a.steenv...@vista-online.nl on 29 Sep 2014 at 7:34

GoogleCodeExporter commented 9 years ago
Oh, I forgot. OS: Windos 7 Ultimate 64 bit, SP1

Original comment by a.steenv...@vista-online.nl on 29 Sep 2014 at 8:09