ElectricianJob.configuration.xml
· 2.2 KiB · XML
Исходник
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<uiInfo>
<timeLeftID>7101</timeLeftID>
<timeLeftKey>7101</timeLeftKey>
<gamesID>7102</gamesID>
<gamesKey>7102</gamesKey>
<npcID>7103</npcID>
<npcKey>7103</npcKey>
<pointEffectGUID>c0d1de01-037a-47db-923b-5973432f47db</pointEffectGUID>
</uiInfo>
<hexDefaultMessagesColor>#2BC415</hexDefaultMessagesColor>
<lightingObjects>
<guid>bc4b9a03-4fe0-4c66-9285-becc489d01a0</guid>
<guid>a31640c2-3808-4120-a4cc-7dce956cb7eb</guid>
<guid>7fa0db9f-24c2-44e0-8e0e-99e9bff9eccb</guid>
<guid>42229938-f39b-4ccd-9f02-28c4d0ef972c</guid>
</lightingObjects>
<!--GUID of the electric box barricade-->
<boxGUID>3f4132de-9f9d-45bf-88da-351c990037b2</boxGUID>
<useUconomy>false</useUconomy>
<!--This price is charged from the player on job start, if the player don't complete the job this money won't be refunded-->
<feePrice>300</feePrice>
<!--Min gain when repairing a destroyed electric object-->
<minGain>500</minGain>
<!--Max gain when repairing a destroyed electric object-->
<maxGain>9000</maxGain>
<!--Min distance from the player to a box.-->
<minJobDistance>100</minJobDistance>
<!--Max distance from the player to a box.-->
<maxJobDistance>2000</maxJobDistance>
<!--Total time in seconds to complete the job-->
<timeToCompleteJob>300</timeToCompleteJob>
<!--How much attempts the player have to complete the minigame-->
<gamesMaxAttempts>3</gamesMaxAttempts>
<!--How possible is the minigame to appear while repairing? It's recommended to keep it low-->
<percentageOfGame>10</percentageOfGame>
<!--Set to -1 for not limit-->
<maxJobsPerHour>-1</maxJobsPerHour>
<!--Permission to start working-->
<requiredPermToWork>electrician.job</requiredPermToWork>
<!--GUID of the helmet required to start working, without this helmet player won't be able to accept new jobs.-->
<requiredHelmetToWork>cc6f0eb7-6f82-47cb-bc0b-72ed98d9ff6b</requiredHelmetToWork>
<dbInfo>
<dbServer>127.0.0.1</dbServer>
<dbPort>3306</dbPort>
<dbUser>root</dbUser>
<dbPassword>toor</dbPassword>
<dbDatabase>unturned</dbDatabase>
</dbInfo>
</Configuration>
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
3 | <uiInfo> |
4 | <timeLeftID>7101</timeLeftID> |
5 | <timeLeftKey>7101</timeLeftKey> |
6 | <gamesID>7102</gamesID> |
7 | <gamesKey>7102</gamesKey> |
8 | <npcID>7103</npcID> |
9 | <npcKey>7103</npcKey> |
10 | <pointEffectGUID>c0d1de01-037a-47db-923b-5973432f47db</pointEffectGUID> |
11 | </uiInfo> |
12 | <hexDefaultMessagesColor>#2BC415</hexDefaultMessagesColor> |
13 | <lightingObjects> |
14 | <guid>bc4b9a03-4fe0-4c66-9285-becc489d01a0</guid> |
15 | <guid>a31640c2-3808-4120-a4cc-7dce956cb7eb</guid> |
16 | <guid>7fa0db9f-24c2-44e0-8e0e-99e9bff9eccb</guid> |
17 | <guid>42229938-f39b-4ccd-9f02-28c4d0ef972c</guid> |
18 | </lightingObjects> |
19 | <!--GUID of the electric box barricade--> |
20 | <boxGUID>3f4132de-9f9d-45bf-88da-351c990037b2</boxGUID> |
21 | <useUconomy>false</useUconomy> |
22 | <!--This price is charged from the player on job start, if the player don't complete the job this money won't be refunded--> |
23 | <feePrice>300</feePrice> |
24 | <!--Min gain when repairing a destroyed electric object--> |
25 | <minGain>500</minGain> |
26 | <!--Max gain when repairing a destroyed electric object--> |
27 | <maxGain>9000</maxGain> |
28 | <!--Min distance from the player to a box.--> |
29 | <minJobDistance>100</minJobDistance> |
30 | <!--Max distance from the player to a box.--> |
31 | <maxJobDistance>2000</maxJobDistance> |
32 | <!--Total time in seconds to complete the job--> |
33 | <timeToCompleteJob>300</timeToCompleteJob> |
34 | <!--How much attempts the player have to complete the minigame--> |
35 | <gamesMaxAttempts>3</gamesMaxAttempts> |
36 | <!--How possible is the minigame to appear while repairing? It's recommended to keep it low--> |
37 | <percentageOfGame>10</percentageOfGame> |
38 | <!--Set to -1 for not limit--> |
39 | <maxJobsPerHour>-1</maxJobsPerHour> |
40 | <!--Permission to start working--> |
41 | <requiredPermToWork>electrician.job</requiredPermToWork> |
42 | <!--GUID of the helmet required to start working, without this helmet player won't be able to accept new jobs.--> |
43 | <requiredHelmetToWork>cc6f0eb7-6f82-47cb-bc0b-72ed98d9ff6b</requiredHelmetToWork> |
44 | <dbInfo> |
45 | <dbServer>127.0.0.1</dbServer> |
46 | <dbPort>3306</dbPort> |
47 | <dbUser>root</dbUser> |
48 | <dbPassword>toor</dbPassword> |
49 | <dbDatabase>unturned</dbDatabase> |
50 | </dbInfo> |
51 | </Configuration> |