Reimplement UB pricing for AIM

This commit is contained in:
Asdow
2024-12-24 22:48:41 +02:00
parent f4f48f23c7
commit c30b1c1b25
10 changed files with 92 additions and 13 deletions
+1
View File
@@ -1624,6 +1624,7 @@ enum
AIM_MEMBER_GEAR_KIT_THREE,
AIM_MEMBER_GEAR_KIT_FOUR,
AIM_MEMBER_GEAR_KIT_FIVE,
AIM_MEMBER_UB_MISSION_FEE,
TEXT_NUM_AIM_MEMBER_CHARINFO,
};
extern STR16 CharacterInfo[];
+1
View File
@@ -5916,6 +5916,7 @@ STR16 CharacterInfo[] =
L"装备3", // Text on Starting Gear Selection Button 3
L"装备4", // Text on Starting Gear Selection Button 4
L"装备5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5919,6 +5919,7 @@ STR16 CharacterInfo[] =
L"Uitrusting 3", // Text on Starting Gear Selection Button 3
L"Uitrusting 4", // Text on Starting Gear Selection Button 4
L"Uitrusting 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5916,6 +5916,7 @@ STR16 CharacterInfo[] =
L"Kit 3", // Text on Starting Gear Selection Button 3
L"Kit 4", // Text on Starting Gear Selection Button 4
L"Kit 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5923,6 +5923,7 @@ STR16 CharacterInfo[] =
L"Kit 3", // Text on Starting Gear Selection Button 3
L"Kit 4", // Text on Starting Gear Selection Button 4
L"Kit 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5827,6 +5827,7 @@ STR16 CharacterInfo[] =
L"Kit 3", // Text on Starting Gear Selection Button 3
L"Kit 4", // Text on Starting Gear Selection Button 4
L"Kit 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
//Aim Member.c
+1
View File
@@ -5905,6 +5905,7 @@ STR16 CharacterInfo[] =
L"Kit 3", // Text on Starting Gear Selection Button 3
L"Kit 4", // Text on Starting Gear Selection Button 4
L"Kit 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5919,6 +5919,7 @@ STR16 CharacterInfo[] =
L"Zestaw nr 3", // Text on Starting Gear Selection Button 3
L"Zestaw nr 4", // Text on Starting Gear Selection Button 4
L"Zestaw nr 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};
+1
View File
@@ -5912,6 +5912,7 @@ STR16 CharacterInfo[] =
L"Набор 3", // Text on Starting Gear Selection Button 3
L"Набор 4", // Text on Starting Gear Selection Button 4
L"Набор 5", // Text on Starting Gear Selection Button 5
L"Mission Fee", // For UB fixed price contracts
};