FQCarRepairShop Config & Translations

unlisted ⁨2⁩ ⁨files⁩ 2024-04-10 20:03:29 UTC

config.xml

Raw
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <effectId>23840</effectId>
  <healthPrice>300</healthPrice>
  <tirePrice>670</tirePrice>
  <batteryPrice>430</batteryPrice>
  <tireRepairTime>5</tireRepairTime>
  <healthRepairTime>10</healthRepairTime>
  <batteryRepairTime>8</batteryRepairTime>
  <markerId>24159</markerId>
  <deployMarker>true</deployMarker>
  <repairShops />
</Config>

translations.xml

Raw
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="Health" Value="Health" />
  <Translation Id="Battery" Value="Battery" />
  <Translation Id="Tire" Value="Tires" />
  <Translation Id="Exit" Value="Leave" />
  <Translation Id="SecondsLeft" Value="{0} seconds left" />
  <Translation Id="InsufficientMoney" Value="Uh oh, your wallet is feeling lighter than your car. Time to visit the ATM!" />
  <Translation Id="BatteryMaxAlready" Value="The battery's more charged than your phone after a family reunion. No need to top up!" />
  <Translation Id="HealthMaxAlready" Value="This car is feeling healthier than you after a week at a spa. No repairs needed!" />
  <Translation Id="Goodbye" Value="Hit the road, Jack! (Or Jane, or whoever you are.) See you later!" />
  <Translation Id="Repairing" Value="Shhh, it's a miracle... or WD-40. Your car will be fine!" />
  <Translation Id="Repaired" Value="I may have sweated a little, and maybe used more duct tape than strictly necessary, but your tires are definitely not flat anymore! You're welcome." />
  <Translation Id="AddRepairShopUsage" Value="/addrepairshop [distance]" />
  <Translation Id="RepairShopAdded" Value="Repair shop added successfully!" />
  <Translation Id="ShopNotFound" Value="Repair shop not found" />
  <Translation Id="ShopRemoved" Value="Repair shop removed successfully" />
  <Translation Id="Currency" Value="$" />
</Translations>