cvar-help.ftl 2.4 KB

1234567891011121314151617181920212223242526272829
  1. changecvar-simple-debug_test_cvar = Does nothing.
  2. changecvar-full-debug_test_cvar = Just a simple testing cvar. Does nothing.
  3. changecvar-simple-events_enabled = Controls if the game should run station events.
  4. changecvar-full-events_enabled = Controls if the game should run station events.
  5. changecvar-simple-shuttle_auto_call_time = Time after round start to auto-call the shuttle.
  6. changecvar-full-shuttle_auto_call_time = Time in minutes after round start to auto-call the shuttle. Set to zero to disable.
  7. changecvar-simple-playtest_all_damage_modifier = Multiplier for all damage dealt.
  8. changecvar-full-playtest_all_damage_modifier = Multiplier for all damage dealt.
  9. changecvar-simple-playtest_all_heal_modifier = Multiplier for all healing done.
  10. changecvar-full-playtest_all_heal_modifier = Multiplier for all healing done.
  11. changecvar-simple-playtest_melee_damage_modifier = Multiplier affecting melee weapon damage.
  12. changecvar-full-playtest_melee_damage_modifier = Multiplier affecting all damage dealt by melee attacks.
  13. changecvar-simple-playtest_projectile_damage_modifier = Multiplier affecting projectile damage.
  14. changecvar-full-playtest_projectile_damage_modifier = Multiplier affecting all damage dealt by projectiles.
  15. changecvar-simple-playtest_hitscan_damage_modifier = Multiplier affecting hitscan damage.
  16. changecvar-full-playtest_hitscan_damage_modifier = Multiplier affecting all damage dealt by hitscan weapons.
  17. changecvar-simple-playtest_thrown_damage_modifier = Multiplier affecting thrown weapon damage.
  18. changecvar-full-playtest_thrown_damage_modifier = Multiplier affecting all damage dealt by thrown weapons.
  19. changecvar-simple-playtest_topicals_heal_modifier = Multiplier affecting topical healing.
  20. changecvar-full-playtest_topicals_heal_modifier = Multiplier affecting all healing done by topicals.
  21. changecvar-simple-playtest_reagent_damage_modifier = Multiplier affecting reagent damage.
  22. changecvar-full-playtest_reagent_damage_modifier = Multiplier affecting all damage dealt by reagents.
  23. changecvar-simple-playtest_reagent_heal_modifier = Multiplier affecting reagent healing.
  24. changecvar-full-playtest_reagent_heal_modifier = Multiplier affecting all healing done by reagents.
  25. changecvar-simple-playtest_explosion_damage_modifier = Multiplier affecting explosion damage.
  26. changecvar-full-playtest_explosion_damage_modifier = Multiplier affecting all damage dealt by explosives.