Feedback
Feedback(player, baseCost, warrantCost) ⇒ number
Calculates the profit of a producer before the feedback stage.
Kind: global function
Returns: number
- The calculated profit.
Param | Type | Description |
---|---|---|
player | Object | The player object (producer). |
baseCost | number | The base production cost. |
warrantCost | number | The warrant cost. |
Feedback~ConsumerFeedback()
Author: Tiger, Isa, Laerk UI Code for the Consumer
Kind: inner method of Feedback
Feedback~ProducerFeedback()
Author: Tiger, Isa, Laerk UI Code for Producer
Kind: inner method of Feedback