PKA resprite (#19024)

* Changed all PKA sprites, added wield sprites, modified meta.json

* Added animation assets for future yaml'ing. Made changes to existing textures.

* meta.json changes

* Corrected arsenal.yml missing sprite

* Removed unused animation assets.

* Put back the one animation asset I was suppose to keep.
This commit is contained in:
RiceMar1244
2023-08-13 00:50:41 -04:00
committed by GitHub
parent fcef5c7ecb
commit 7de1cedff5
13 changed files with 46 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: WeaponProtoKineticAcceleratorBase
abstract: true
parent: BaseItem
@@ -12,7 +12,6 @@
minAngle: -43
maxAngle: -43
- type: Wieldable
wieldedInhandPrefix: null
- type: Gun
fireRate: 0.5
selectedMode: SemiAuto
@@ -28,9 +27,10 @@
- type: GenericVisualizer
visuals:
enum.AmmoVisuals.HasAmmo:
overlay:
empty-icon:
True: { visible: False }
False: { visible: True }
#todo: add other 'empty' animations
- type: RechargeBasicEntityAmmo
rechargeCooldown: 0.75
rechargeSound:
@@ -40,7 +40,7 @@
capacity: 1
count: 1
- type: Clothing
#sprite: WRITEMEWRITEMEWRITEME
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
quickEquip: false
slots:
- suitStorage

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
name: proto-kinetic accelerator
id: WeaponProtoKineticAccelerator
parent: WeaponProtoKineticAcceleratorBase
@@ -7,7 +7,9 @@
- type: Sprite
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
layers:
- state: gun
- state: empty
- state: icon
- state: animation-icon
visible: false
map: [ "overlay" ]
map: [ "empty-icon" ]
# todo: add itemcomponent with inhandVisuals states using unused texture and animation assets in kinetic_accelerator.rsi
# todo: add clothingcomponent with clothingVisuals states using unused texture and animations assets in kinetic_accelerator.rsi

View File

@@ -5,7 +5,7 @@
name: research-technology-salvage-weapons
icon:
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
state: gun
state: icon
discipline: Arsenal
tier: 1
cost: 10000

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,31 +1,43 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "tgstation at https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57",
"copyright": "icon by RiceMar1244 based on tgstation at https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57; inhand, wield, and belt equip sprites by RiceMar1244",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "gun"
},
{
"name": "empty",
"delays": [
[
0.2,
0.2
]
]
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
"states": [
{
"name": "icon"
},
{
"name": "animation-icon",
"delays": [
[
0.2,
0.2
]
]
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB