The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.24 (Linux)
|
New ArmorTypes - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60) +--- Forum: Ares General Discussion (https://forums.renegadeprojects.com/forumdisplay.php?fid=19) +--- Thread: New ArmorTypes (/showthread.php?tid=917) |
RE: New ArmorTypes - DCoder - 20.10.2008 Verses already accepts floats. 75% is the same as 0.75 , only difference is that you can't use partial percentages, "1.5%" yields 1% (0.01, percentages must be integers) but "0.015" yields 0.015. As for force fire, retal, passive, they are already broken due to 0.(0)1 being inexpressible precisely in FPU, and IMO it would make more sense to add new flag(s) instead of muddying the parser even more. [WH]Targeting.Retaliate=plate,flak,steel, [WH]Targeting.ForceFire=concrete or such... RE: New ArmorTypes - Bobingabout - 20.10.2008 (20.10.2008, 11:53:10)DCoder Wrote: Verses already accepts floats. 75% is the same as 0.75 , only difference is that you can't use partial percentages, "1.5%" yields 1% (0.01, percentages must be integers) but "0.015" yields 0.015. that works, except you didn't add a tag for normal targetting with 0% |