forked from igorkis-scrts/A3-Antistasi-Plus
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update from sheet * Fix FFAA dealer, add FL, SL, SW dealers * Fix duplicate classes
- Loading branch information
1 parent
5981526
commit 8def736
Showing
19 changed files
with
248 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
A3A/addons/ultimate/config/trader/vehicles/vehicles_navleg.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
class vehicles_navleg : vehicles_base | ||
{ | ||
ITEM(sab_nl_enterprise_gun_127mm, 10000, "STATICAT", VEHICLE_CONDITION_STATICAA); | ||
ITEM(sab_nl_enterprise_gun_20mm, 5000, "STATICAA", VEHICLE_CONDITION_STATICAA); | ||
ITEM(sab_nl_enterprise_gun_40mm, 15000, "STATICAA", VEHICLE_CONDITION_STATICAA); | ||
ITEM(sab_nl_vessel_a, 1900, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vessel_b, 3400, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vessel_c, 1600, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vessel_d, 1900, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vessel_e, 1900, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_liberty, 117500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_sims, 175000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_foxhound, 169000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_dido, 292500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_cleveland, 436250, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_hood, 590000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_t22, 171000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_mutsuki, 147000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_fubuki, 211000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vincenzo, 159000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_zara, 286500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_scharnhorst, 565000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_u557, 83500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_sims, 175000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_foxhound, 169000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_dido, 292500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_cleveland, 436250, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_hood, 590000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_t22, 171000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_mutsuki, 147000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_fubuki, 211000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_vincenzo, 159000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_zara, 286500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_scharnhorst, 565000, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_u557, 83500, "BOAT", VEHICLE_CONDITION_BOAT); | ||
ITEM(sab_nl_enterprise_gun_20mm, 5000, "STATICAA", VEHICLE_CONDITION_STATICAA); | ||
ITEM(sab_nl_enterprise_gun_40mm, 15000, "STATICAA", VEHICLE_CONDITION_STATICAA); | ||
ITEM(sab_nl_enterprise_gun_127mm, 10000, "STATICAT", VEHICLE_CONDITION_STATICAT); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.