mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added revenue for derrick building
This commit is contained in:
parent
bb9247e821
commit
a7824039e3
@ -15,6 +15,7 @@
|
|||||||
* **[Info Panel]** Added information about units destroyed outside the frontline in the debriefing window
|
* **[Info Panel]** Added information about units destroyed outside the frontline in the debriefing window
|
||||||
* **[Info Panel]** Added information about buildings destroyed in the debriefing window
|
* **[Info Panel]** Added information about buildings destroyed in the debriefing window
|
||||||
* **[Map]** Tooltip now contains the list of building for Strike targets on the map
|
* **[Map]** Tooltip now contains the list of building for Strike targets on the map
|
||||||
|
* **[Map]** Added "Oil derrick" building
|
||||||
* **[Misc]** Made it possible to setup DCS Saved Games directory and DCS installation directory manually
|
* **[Misc]** Made it possible to setup DCS Saved Games directory and DCS installation directory manually
|
||||||
|
|
||||||
##Fixed issues :
|
##Fixed issues :
|
||||||
|
|||||||
@ -797,7 +797,8 @@ TIME_PERIODS = {
|
|||||||
|
|
||||||
REWARDS = {
|
REWARDS = {
|
||||||
"power": 4, "warehouse": 2, "fuel": 2, "ammo": 2,
|
"power": 4, "warehouse": 2, "fuel": 2, "ammo": 2,
|
||||||
"farp": 1, "fob": 1, "factory": 10, "comms": 10, "oil": 10
|
"farp": 1, "fob": 1, "factory": 10, "comms": 10, "oil": 10,
|
||||||
|
"derrick": 8
|
||||||
}
|
}
|
||||||
|
|
||||||
# Base post-turn bonus value
|
# Base post-turn bonus value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user