forked from ekrixi-14/ekrixi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weapon Targeting Console Resprite (ekrixi-14#270)
* console * rsi fix? * removes graphs * Build resolve * rsi resolve
- Loading branch information
Showing
10 changed files
with
119 additions
and
224 deletions.
There are no files selected for viewing
10 changes: 6 additions & 4 deletions
10
Resources/Prototypes/_FTL/Entities/Objects/Devices/circuitboards.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
Resources/Prototypes/_FTL/Entities/Structures/Machines/Computers/computers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
- type: entity | ||
parent: BaseComputer | ||
id: WeaponTargetingPad | ||
name: weapon targeting console | ||
description: A targeting pad used for targeting and firing. | ||
placement: | ||
mode: SnapgridCenter | ||
components: | ||
- type: Sprite | ||
sprite: _FTL/Structures/Machines/computers.rsi | ||
layers: | ||
- map: ["computerLayerBody"] | ||
state: computer | ||
- map: ["computerLayerKeyboard"] | ||
state: aiming_keyboard | ||
- map: ["computerLayerScreen"] | ||
state: gun_aiming | ||
- map: ["computerLayerKeys"] | ||
state: aiming_key | ||
- type: ApcPowerReceiver | ||
powerLoad: 200 | ||
- type: Computer | ||
board: WeaponPadCircuitboard | ||
- type: ActivatableUIRequiresPower | ||
- type: ActivatableUI | ||
key: enum.ShipWeaponTargetingUiKey.Key | ||
- type: UserInterface | ||
interfaces: | ||
- key: enum.ShipWeaponTargetingUiKey.Key | ||
type: GunnerConsoleBoundUserInterface | ||
- type: RadarConsole | ||
- type: GunnerConsole | ||
- type: DeviceNetwork | ||
deviceNetId: Wireless | ||
receiveFrequencyId: BasicDevice | ||
- type: WirelessNetworkConnection | ||
range: 200 | ||
- type: DeviceLinkSource | ||
ports: | ||
- WeaponOutputPort | ||
- type: PointLight | ||
radius: 1.5 | ||
energy: 1.6 | ||
color: "#17e64b" |
125 changes: 0 additions & 125 deletions
125
Resources/Prototypes/_FTL/Entities/Structures/Machines/Computers/weapon_targeting.yml
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
Resources/Prototypes/_FTL/Recipes/Construction/Graphs/weapon_pad.yml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
Resources/Prototypes/_FTL/Recipes/Construction/weapon_pad.yml
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+1.01 KB
Resources/Textures/_FTL/Structures/Machines/computers.rsi/aiming_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.77 KB
Resources/Textures/_FTL/Structures/Machines/computers.rsi/aiming_keyboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.83 KB
Resources/Textures/_FTL/Structures/Machines/computers.rsi/computer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.52 KB
Resources/Textures/_FTL/Structures/Machines/computers.rsi/gun_aiming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions
69
Resources/Textures/_FTL/Structures/Machines/computers.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "gun_aiming, aiming_key, aiming_keyboard by Hyenh#6078 (313846233099927552)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "computer", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "aiming_keyboard", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "gun_aiming", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5 | ||
], | ||
[ | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5 | ||
], | ||
[ | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5 | ||
], | ||
[ | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5, | ||
1, | ||
0.5 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "aiming_key", | ||
"directions": 4 | ||
} | ||
] | ||
} |