From SCP: Secret Laboratory English Official Wiki

No edit summary
No edit summary
Line 8: Line 8:


{{Mvar|1= Floor{{Pars|s=200%|{{Overunderset|—|a|c}}}} × b = Converted Ammo}}<br><br>
{{Mvar|1= Floor{{Pars|s=200%|{{Overunderset|—|a|c}}}} × b = Converted Ammo}}<br><br>
{{Mvar|1= {{Pars|s=200%|{{Overunderset|—|a|b}}}} × b mod c = Remainder Ammo}}<br><br>
{{Mvar|1= {{Pars|s=200%|{{Overunderset|—|a|b}}}} × b % c = Remainder Ammo}}<br><br>




A = Amount of ammo in the input<br>
A = Amount of ammo in the input<br>
B = the "exchange value" of the ammo in the input<br>
B = The "exchange value" of the ammo in the input<br>
C = the "exchange value" of the ammo in the output<br>
C = The "exchange value" of the ammo in the output<br>
mod = modulo (or in other words, the remainder after dividing)<br>
% = Modulo Operator (or in other words, the remainder after dividing)<br>





Revision as of 21:36, 26 October 2022

5.56x45mm (10 rounds)

5.56x45mm (10 rounds)


Floor(ac) × b = Converted Ammo

(ab) × b % c = Remainder Ammo


A = Amount of ammo in the input
B = The "exchange value" of the ammo in the input
C = The "exchange value" of the ammo in the output
% = Modulo Operator (or in other words, the remainder after dividing)


Exchange Values

  • 9x19mm = 2
  • 5.56x45mm = 3
  • 7.62x39mm = 3
  • 12/70 Buckshot = 5
  • .44 Mag = 7
Cookies help us deliver our services. By using our services, you agree to our use of cookies.