-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypeLabels.json
More file actions
108 lines (108 loc) · 3.83 KB
/
Copy pathtypeLabels.json
File metadata and controls
108 lines (108 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": {
"__label": "Name"
},
"weapon_slots": {
"__label": "Weapons",
"weapon_fixed": "Fixed",
"weapon_turret": "Turret",
"weapon_turret|weapon_big_turret": "Big Turret",
"weapon_ship": "Launch Bay"
},
"shield_slots": {
"__label": "Shield",
"shield_small": "Small",
"shield_small|shield_medium": "Medium",
"shield_small|shield_medium|shield_big": "Big"
},
"device_slots": {
"__label": "Devices",
"device_small": "Passive",
"device_active": "Active",
"device_engine": "Engine",
"device_small|device_medium|device_big": "Passive Big"
},
"faction": {
"__label": "Faction",
"gac": "Sphere",
"atlantic": "Atlantic",
"j12": "J-12",
"seraphim": "Seraphim",
"fta": "FTA",
"coc": "CoC",
"isa": "ISA",
"caduceus": "Caduceus",
"loyalists": "Loyalists",
"machines": "Machines",
"tyrell": "Tyrell",
"pirates_hinz": "Pirates Hinz",
"pirates_leveut": "Pirates LeVeut",
"pirates_read": "Pirates Read",
"pirates_rick": "Pirates Rick",
"pirates_sperrholz": "Pirates Sperrholz",
"pirates_vasquez": "Pirates Vasquez",
"rebels": "Rebels",
"undead": "Undead",
"wicked": "Wicked",
"zion": "Zion Brotherhood"
},
"description": { "__label": "Description" },
"class": { "__label": "Class" },
"is_landable": { "__label": "Landable" },
"price": { "__label": "Price" },
"initial_weapon_money": { "__label": "Weapon Money" },
"initial_shield_money": { "__label": "Shield Money" },
"initial_device_money": { "__label": "Device Money" },
"emitters": { "__label": "Emitters" },
"type": { "__label": "Type" },
"drawable": { "__label": "Graphic" },
"map_drawable": { "__label": "Map Icon" },
"map_drawable_rotates": { "__label": "Rotate Map Icon" },
"stay_revealed": { "__label": "Stay Revealed" },
"hull_max": { "__label": "Hull" },
"mass": { "__label": "Mass" },
"turn_rate_accel": { "__label": "Turn Accel" },
"turn_rate_max": { "__label": "Turn Max" },
"speed_max": { "__label": "Max Speed" },
"engine_accel": { "__label": "Accel" },
"engine_decel_power": { "__label": "Decel" },
"hull_regen_space": { "__label": "Regen (Space)" },
"hull_regen_docked": { "__label": "Regen (Docked)" },
"hull_regen_cooldown": { "__label": "Regen Cooldown" },
"sound_death": { "__label": "Death SFX" },
"sound_engine": { "__label": "Engine SFX" },
"shield_rad": { "__label": "Shield Rad" },
"cargo_space": { "__label": "Cargo Space" },
"exp_death": { "__label": "Kill XP" },
"exp_scan": { "__label": "Scan XP" },
"scan_time": { "__label": "Scan Time" },
"scan_max_amount": { "__label": "Scan Amt." },
"music": { "__label": "Music" },
"template": { "__label": "Template" },
"icons": { "__label": "Icons" },
"view_range": { "__label": "View Range" },
"radar_range": { "__label": "Radar Range" },
"hacking_level": { "__label": "Hack Level" },
"hacking_time": { "__label": "Hack Time" },
"spawn_cargo": { "__label": "Spawn Cargo" },
"craft_reqs": { "__label": "Crafting" },
"spawned": { "__label": "Spawned" },
"add_drawables": { "__label": "Add Drawables" },
"radar_jamming": { "__label": "Radar Jam" },
"spawn_requires_faction": { "__label": "Spawn reqs. Faction" },
"producer": { "__label": "Producer" },
"always_rotate_to_weapon_target": { "__label": "Rot Weapon Target" },
"death_animation_speed": { "__label": "Death Ani Speed" },
"damage_mult_radiation": { "__label": "Radiation DMG Mult" },
"map_drawable_show_only_if_player_owned": { "__label": "Map Icon (Pl.-owned)" },
"sort_key": { "__label": "Sort Key" },
"cargo_icon": { "__label": "Cargo Icon" },
"cargo_color_r": { "__label": "Cargo Col R" },
"cargo_color_g": { "__label": "Cargo Col G" },
"cargo_color_b": { "__label": "Cargo Col B" },
"cargo_color_a": { "__label": "Cargo Col A" },
"drop_drawable": { "__label": "Drop Graphic" },
"drop_emitters": { "__label": "Drop Emitters" },
"levels": { "__label": "Levels" },
"scan_origin_y": { "__label": "Scan Origin Y" }
}