~harrison-rt/+junk/jaguar_company

« back to all changes in this revision

Viewing changes to tags/2.0/jaguar_company_2.0.oxp/Config/missiontext.plist

  • Committer: Richard Harrison
  • Date: 2013-01-19 22:54:57 UTC
  • Revision ID: harrison.rt@gmail.com-20130119225457-ymm3tf03jao7b3lp
Tags: 2.1
* Thargoids and tharglets always returns true in $isHostile check.
* There is a safe zone of 30km around the base.
** NB: The safe zone does not extend to known attackers.
* Took out some ship script event handlers and AI sendScriptMessage functions from the base, buoy, miner and tug ship scripts that is inserted by $addFriendly.
* Fixed colour bug with the tracker. Didn't start off red if the target was behind the player.
* Fixed name error for $performJaguarCompanyAttackTarget in $addFriendly.
* Fixed sun check error if no sun exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* missiontext.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
 * Mission text vocabulary for the Jaguar Company.
 
14
 */
 
15
 
 
16
{
 
17
    "jaguar_company_base_docked" = "[jaguar_company_base_greeting] [jaguar_company_base_docked]";
 
18
    "jaguar_company_base_visited" = "[jaguar_company_base_greeting] [jaguar_company_base_visited]";
 
19
 
 
20
    "jaguar_company_base_docked_thanks" = "[jaguar_company_base_greeting] [jaguar_company_base_docked_thanks]";
 
21
    "jaguar_company_base_visited_thanks" = "[jaguar_company_base_greeting] [jaguar_company_base_visited_thanks]";
 
22
 
 
23
    "jaguar_company_base_thanks_no_black_box1" = "[jaguar_company_base_greeting] [jaguar_company_base_thanks_no_black_box1]";
 
24
    "jaguar_company_base_thanks_no_black_box2" = "[jaguar_company_base_greeting] [jaguar_company_base_thanks_no_black_box2]";
 
25
    "jaguar_company_base_thanks_black_box_damaged" = "[jaguar_company_base_greeting] [jaguar_company_base_thanks_black_box_damaged]";
 
26
 
 
27
    "jaguar_company_base_market" = "\n\n[jaguar_company_base_market]";
 
28
    "jaguar_company_base_market_want" = "\n\n[jaguar_company_base_market_want]";
 
29
    "jaguar_company_base_market_want_a" = "\n* [jaguar_company_base_market_want_a]";
 
30
}