~harrison-rt/+junk/jaguar_company

« back to all changes in this revision

Viewing changes to tags/2.1/jaguar_company_2.1.oxp/Config/equipment.plist

  • Committer: Richard Harrison
  • Date: 2013-01-19 22:57:39 UTC
  • Revision ID: harrison.rt@gmail.com-20130119225739-8f9knzzag8xd7zhm
Tags: 2.2
* Wrong variable in the buoy script.
* Corrected a logic check in the asteroid script.
* Optimized the cleanup code in jaguar_company_attackers.js
* Fewer boulders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* equipment.plist for the Jaguar Company.
 
2
 *
 
3
 * Copyright © 2012 Richard Thomas Harrison (Tricky)
 
4
 *
 
5
 * This work is licensed under the Creative Commons
 
6
 * Attribution-Noncommercial-Share Alike 3.0 Unported License.
 
7
 *
 
8
 * To view a copy of this license, visit
 
9
 * http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter
 
10
 * to Creative Commons, 171 Second Street, Suite 300, San Francisco,
 
11
 * California, 94105, USA.
 
12
 *
 
13
 * Equipment list for the Jaguar Company.
 
14
 */
 
15
 
 
16
 (
 
17
    (
 
18
        /* Can't be bought. */
 
19
        99,
 
20
        0,
 
21
        "Jaguar Company Black Box",
 
22
        "EQ_JAGUAR_COMPANY_BLACK_BOX",
 
23
        "Black box locator for Jaguar Company.",
 
24
        {
 
25
            "available_to_all" = yes;
 
26
            "available_to_NPCs" = no;
 
27
            "available_to_player" = yes;
 
28
            "portable_between_ships" = yes;
 
29
            "script" = "jaguar_company_blackbox.js";
 
30
            "script_info" =
 
31
            {
 
32
                /* Only the Jaguar Company Base can repair this. */
 
33
                thargoidRepairBotChance = 0;
 
34
            };
 
35
        }
 
36
    )
 
37
 )
 
38
 
 
 
b'\\ No newline at end of file'