Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit f075949

Browse files
committed
2 parents b8d7f92 + 9b22ff0 commit f075949

2 files changed

Lines changed: 87 additions & 84 deletions

File tree

Lines changed: 80 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,83 @@
1-
# - type: entity
2-
# id: BasePKAUpgrade
3-
# parent: BaseItem
4-
# name: PKA modkit
5-
# description: A modkit for a proto-kinetic accelerator.
6-
# abstract: true
7-
# components:
8-
# - type: Sprite
9-
# sprite: Objects/Tools/upgrade.rsi
10-
# - type: Item
11-
# size: Small
12-
# - type: GunUpgrade
13-
# - type: StaticPrice
14-
# price: 750
15-
# - type: Tag
16-
# tags:
17-
# - PKAUpgrade
1+
- type: entity
2+
id: BasePKAUpgrade
3+
parent: BaseItem
4+
name: PKA modkit
5+
description: A modkit for a proto-kinetic accelerator.
6+
abstract: true
7+
components:
8+
- type: Sprite
9+
sprite: Objects/Tools/upgrade.rsi
10+
- type: Item
11+
size: Small
12+
- type: GunUpgrade
13+
- type: StaticPrice
14+
price: 750
15+
- type: Tag
16+
tags:
17+
- PKAUpgrade
1818

19-
# - type: entity
20-
# id: PKAUpgradeDamage
21-
# parent: BasePKAUpgrade
22-
# name: PKA modkit (damage)
23-
# components:
24-
# - type: Sprite
25-
# layers:
26-
# - state: base
27-
# - state: overlay-1
28-
# color: "#ec9b2d"
29-
# - state: overlay-2
30-
# color: "#a71010"
31-
# - state: overlay-3
32-
# color: "#eb4c13"
33-
# - type: GunUpgrade
34-
# tags: [ GunUpgradeDamage ]
35-
# examineText: gun-upgrade-examine-text-damage
36-
# - type: GunUpgradeDamage
37-
# damage:
38-
# types:
39-
# Blunt: 10
40-
# Structural: 15
19+
- type: entity
20+
id: PKAUpgradeDamage
21+
parent: BasePKAUpgrade
22+
name: PKA modkit (damage)
23+
suffix: ADMEME
24+
components:
25+
- type: Sprite
26+
layers:
27+
- state: base
28+
- state: overlay-1
29+
color: "#ec9b2d"
30+
- state: overlay-2
31+
color: "#a71010"
32+
- state: overlay-3
33+
color: "#eb4c13"
34+
- type: GunUpgrade
35+
tags: [ GunUpgradeDamage ]
36+
examineText: gun-upgrade-examine-text-damage
37+
- type: GunUpgradeDamage
38+
damage:
39+
types:
40+
Blunt: 10
41+
Structural: 15
4142

42-
# - type: entity
43-
# id: PKAUpgradeRange
44-
# parent: BasePKAUpgrade
45-
# name: PKA modkit (range)
46-
# components:
47-
# - type: Sprite
48-
# layers:
49-
# - state: base
50-
# - state: overlay-1
51-
# color: "#2decec"
52-
# - state: overlay-2
53-
# color: "#1012a7"
54-
# - state: overlay-3
55-
# color: "#1373eb"
56-
# - type: GunUpgrade
57-
# tags: [ GunUpgradeRange ]
58-
# examineText: gun-upgrade-examine-text-range
59-
# - type: GunUpgradeSpeed
60-
# coefficient: 1.5
43+
- type: entity
44+
id: PKAUpgradeRange
45+
parent: BasePKAUpgrade
46+
name: PKA modkit (range)
47+
suffix: ADMEME
48+
components:
49+
- type: Sprite
50+
layers:
51+
- state: base
52+
- state: overlay-1
53+
color: "#2decec"
54+
- state: overlay-2
55+
color: "#1012a7"
56+
- state: overlay-3
57+
color: "#1373eb"
58+
- type: GunUpgrade
59+
tags: [ GunUpgradeRange ]
60+
examineText: gun-upgrade-examine-text-range
61+
- type: GunUpgradeSpeed
62+
coefficient: 1.5
6163

62-
# - type: entity
63-
# id: PKAUpgradeFireRate
64-
# parent: BasePKAUpgrade
65-
# name: PKA modkit (fire rate)
66-
# components:
67-
# - type: Sprite
68-
# layers:
69-
# - state: base
70-
# - state: overlay-1
71-
# color: "#bbf134"
72-
# - state: overlay-2
73-
# color: "#07901b"
74-
# - state: overlay-3
75-
# color: "#9bf134"
76-
# - type: GunUpgrade
77-
# tags: [ GunUpgradeReloadSpeed ]
78-
# examineText: gun-upgrade-examine-text-reload
79-
# - type: GunUpgradeFireRate
80-
# coefficient: 1.5
64+
- type: entity
65+
id: PKAUpgradeFireRate
66+
parent: BasePKAUpgrade
67+
name: PKA modkit (fire rate)
68+
suffix: ADMEME
69+
components:
70+
- type: Sprite
71+
layers:
72+
- state: base
73+
- state: overlay-1
74+
color: "#bbf134"
75+
- state: overlay-2
76+
color: "#07901b"
77+
- state: overlay-3
78+
color: "#9bf134"
79+
- type: GunUpgrade
80+
tags: [ GunUpgradeReloadSpeed ]
81+
examineText: gun-upgrade-examine-text-reload
82+
- type: GunUpgradeFireRate
83+
coefficient: 1.5

Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/pka.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
map: [ "empty-icon" ]
1414
# todo: add itemcomponent with inhandVisuals states using unused texture and animation assets in kinetic_accelerator.rsi
1515
# todo: add clothingcomponent with clothingVisuals states using unused texture and animations assets in kinetic_accelerator.rsi
16-
# - type: UpgradeableGun
17-
# whitelist:
18-
# tags:
19-
# - PKAUpgrade
20-
# - type: ContainerContainer
21-
# containers:
22-
# upgrades: !type:Container
16+
- type: UpgradeableGun
17+
whitelist:
18+
tags:
19+
- PKAUpgrade
20+
- type: ContainerContainer
21+
containers:
22+
upgrades: !type:Container

0 commit comments

Comments
 (0)