Skip to content

Commit

Permalink
Increase (SUPER)PACMAN ramp rate/tolerance (#31403)
Browse files Browse the repository at this point in the history
All PACMANs used to use the same ramping parameters, this meant a SUPERPACMAN (50 kW) took literally a 100 seconds to get up to its full output level. Ouch.

PACMAN has been raised to 5000 W/s with 1500 W tolerance, SUPERPACMAN to 7500 W/s with 2500 W tolerance
  • Loading branch information
PJB3005 authored Aug 25, 2024
1 parent 5131835 commit bec832f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
- output_mv
sprite: Structures/Power/Generation/portable_generator.rsi
state: portgen0
- type: PowerSupplier
supplyRampRate: 5000
supplyRampTolerance: 1500

- type: entity
name: S.U.P.E.R.P.A.C.M.A.N.-type portable generator
Expand Down Expand Up @@ -235,6 +238,9 @@
- output_mv
sprite: Structures/Power/Generation/portable_generator.rsi
state: portgen1
- type: PowerSupplier
supplyRampRate: 7500
supplyRampTolerance: 2500

- type: entity
name: J.R.P.A.C.M.A.N.-type portable generator
Expand Down

0 comments on commit bec832f

Please sign in to comment.