mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-28 15:35:17 +00:00
Slightly lowered required XP for promotions and medal
This commit is contained in:
@@ -28,20 +28,20 @@ do
|
|||||||
local OBJECTIVES_PER_RIBBON = 4 -- How many completed objectives to gain a new ribbon?
|
local OBJECTIVES_PER_RIBBON = 4 -- How many completed objectives to gain a new ribbon?
|
||||||
|
|
||||||
local MEDALS = {
|
local MEDALS = {
|
||||||
{ "Air medal", 200 },
|
{ "Air medal", 150 },
|
||||||
{ "Bronze star", 300 },
|
{ "Bronze star", 225 },
|
||||||
{ "Airman's medal", 400 },
|
{ "Airman's medal", 300 },
|
||||||
{ "Distinguished Flying Cross", 500 },
|
{ "Distinguished Flying Cross", 375 },
|
||||||
{ "Silver Star for Valor", 600 },
|
{ "Silver Star for Valor", 450 },
|
||||||
{ "Air Force Cross", 700 },
|
{ "Air Force Cross", 525 },
|
||||||
{ "Congressional Medal of Honor", 800 },
|
{ "Congressional Medal of Honor", 600 },
|
||||||
}
|
}
|
||||||
|
|
||||||
local RANKS = {
|
local RANKS = {
|
||||||
{ "2d Lt.", "Second lieutenant", 0 },
|
{ "2d Lt.", "Second lieutenant", 0 },
|
||||||
{ "1st Lt.", "First lieutenant", 500 },
|
{ "1st Lt.", "First lieutenant", 400 },
|
||||||
{ "Capt.", "Captain", 2000 },
|
{ "Capt.", "Captain", 1600 },
|
||||||
{ "Maj.", "Major", 8000 },
|
{ "Maj.", "Major", 6400 },
|
||||||
{ "Lt Col.", "Lieutenant colonel", 16000 },
|
{ "Lt Col.", "Lieutenant colonel", 16000 },
|
||||||
{ "Col.", "Colonel", 32000 },
|
{ "Col.", "Colonel", 32000 },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user