mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 12:24:15 +00:00
(svn r16725) -Documentation: raw_industry_cost_multiplier
This commit is contained in:
parent
1e6a12b75b
commit
6ffa9f50db
@ -161,7 +161,7 @@ struct IndustrySpec {
|
|||||||
byte num_table; ///< Number of elements in the table
|
byte num_table; ///< Number of elements in the table
|
||||||
uint8 cost_multiplier; ///< Base construction cost multiplier.
|
uint8 cost_multiplier; ///< Base construction cost multiplier.
|
||||||
uint32 removal_cost_multiplier; ///< Base removal cost multiplier.
|
uint32 removal_cost_multiplier; ///< Base removal cost multiplier.
|
||||||
uint16 raw_industry_cost_multiplier; ///< Multiplier for the raw industries cost
|
uint16 raw_industry_cost_multiplier; ///< Base construction cost multiplier when building raw industries like secondary. (not modifiable by NewGRFs)
|
||||||
uint32 prospecting_chance; ///< Chance prospecting succeeds
|
uint32 prospecting_chance; ///< Chance prospecting succeeds
|
||||||
IndustryType conflicting[3]; ///< Industries this industry cannot be close to
|
IndustryType conflicting[3]; ///< Industries this industry cannot be close to
|
||||||
byte check_proc; ///< Index to a procedure to check for conflicting circumstances
|
byte check_proc; ///< Index to a procedure to check for conflicting circumstances
|
||||||
|
Loading…
Reference in New Issue
Block a user