Skip to content

Commit

Permalink
Merge pull request #1112 from kipdotnet/gonk
Browse files Browse the repository at this point in the history
tcktck updates
  • Loading branch information
Darkmajia authored Dec 24, 2024
2 parents 4ba9832 + 0a8e491 commit ecac6ea
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 17 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_Impstation/station-laws/laws.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
law-tcksimov-0 = You may not cause harm to the station.
law-tcksimov-1 = You are a power source.
law-tcksimov-2 = APCs must be fully charged.
law-tcksimov-3 = Batteries must be fully charged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,7 @@
clumsyHypo: false
clumsyDefib: false
clumsyGuns: false
- type: Access
tags:
- Engineering
- External
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- CableMVStackLingering10
- CableApcStackLingering10
- trayScanner
- TckWrench
- MicroDrill
- type: BorgModuleIcon
icon: { sprite: Interface/Actions/actions_borg.rsi, state: wire-module }
- type: Tag
Expand Down
61 changes: 50 additions & 11 deletions Resources/Prototypes/_Impstation/Entities/Objects/Tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,61 @@
price: 22

- type: entity
name: micro wrench
parent: Wrench
id: TckWrench
description: "A common tool for assembly and disassembly. Remember: lefty t'kch, righty k'ckt."
name: micro drill
parent: BaseItem
id: MicroDrill
description: A bite-sized power drill for anchoring structures and prying tiles.
components:
- type: Tag
tags:
- Powerdrill
- type: Sprite
sprite: _Impstation/Objects/Tools/tckwrench.rsi
state: icon
sprite: _Impstation/Objects/Tools/tckdrill.rsi
state: icon_bolt
- type: Item
sprite: _Impstation/Objects/Tools/tckdrill.rsi
size: Tiny
- type: Tool
qualities:
- Anchoring
speedModifier: 1.5
useSound: /Audio/Items/drill_use.ogg
- type: ToolTileCompatible
delay: 0.5
- type: Prying
speedModifier: 1.5
pryPowered: false # lets not do this again
- type: MultipleTool
statusShowBehavior: true
entries:
- behavior: Anchoring
sprite:
sprite: _Impstation/Objects/Tools/tckdrill.rsi
state: icon_bolt
useSound:
path: /Audio/Items/ratchet.ogg #its too low powered to use the real sound
changeSound:
path: /Audio/Items/change_drill.ogg
- behavior: Prying
sprite:
sprite: _Impstation/Objects/Tools/tckdrill.rsi
state: icon_pry
useSound:
path: /Audio/Items/crowbar.ogg
changeSound:
path: /Audio/Items/change_drill.ogg
- type: PhysicalComposition
materialComposition:
Steel: 300
Plastic: 100
- type: StaticPrice
price: 100
- type: MeleeWeapon
wideAnimationRotation: 135
attackRate: 1.5
range: 1
wideAnimationRotation: 0 #youre just hitting people with the backside of it
attackRate: 1
damage:
types:
Blunt: 2
soundHit:
collection: WeakHit
- type: Item
size: Tiny

8 changes: 7 additions & 1 deletion Resources/Prototypes/_Impstation/silicon-laws.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#tck'tck lawset
- type: siliconLaw
id: Tcksimov0
order: 0
lawString: law-tcksimov-0

- type: siliconLaw
id: Tcksimov1
order: 1
Expand All @@ -22,8 +27,9 @@
- type: siliconLawset
id: Tcksimov
laws:
- Tcksimov0
- Tcksimov1
- Tcksimov2
- Tcksimov3
- Tcksimov4
obeysTo: laws-owner-crew
obeysTo: laws-owner-crew
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
},
"states": [
{
"name": "icon"
"name": "icon_bolt"
},
{
"name": "icon_pry"
},
{
"name": "inhand-left",
Expand All @@ -21,9 +24,6 @@
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "storage"
}
]
}
Binary file not shown.
Binary file not shown.

0 comments on commit ecac6ea

Please sign in to comment.