![]() |
![]() |
![]() |
![]() |
![]() |
|
#1
|
|||
|
|||
|
While examining the worldModifiers.gdb Database file, I noticed what seem to be bugs in the xp penalty for Slow and Very Slow pacing. The in-game text says that Slow and V.Slow should have a 15% and 20% penalty. However, they're actually defined as:
Quote:
These are in v1.029 (MacOS standalone game -- not Steam) Last edited by Sinister Stairs : 04-23-2020 at 04:53 PM. |
|
#2
|
||||
|
||||
|
In general, in our games negative multipliers use this formula:
1 / ( 1 + -mult) so with the slow modifier 1 / ( 1 + - -0.1765 ) = 1 / ( 1 + 0.1765 ) = 1 / 1.1765 = 0.85 (15% penalty)
__________________
Steven Peeler Designer/programmer Depths of Peril, Kivi's Underworld, Din's Curse, Drox Operative, Zombasite, Din's Legacy, Drox Operative 2, & Din's Champion Wishlist Din's Champion |
|
#3
|
|||
|
|||
|
Thanks for the explanation!
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|