forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1009 from kipdotnet/gonk
decapoid contraband tag + tck'tck stuff
- Loading branch information
Showing
6 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Resources/Locale/en-US/_Impstation/contraband/contraband-severity.ftl
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 @@ | ||
contraband-examine-text-DecapoidEmpire = [color=red]This item is property of the Decapoid Empire![/color] |
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
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
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Guns/Pistols/pistols.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,34 @@ | ||
- type: entity | ||
name: r'tck t'rc | ||
parent: [ BaseItem, DecapoidEmpireContraband ] | ||
id: WeaponPistolTckTck | ||
description: 'A viper pistol for use by cyborgs, "reclaimed" from its previous owners. Creates .35 ammo on the fly from an internal ammo fabricator, which slowly self-charges.' | ||
components: | ||
- type: Gun | ||
fireRate: 5 | ||
selectedMode: SemiAuto | ||
availableModes: | ||
- SemiAuto | ||
- FullAuto | ||
soundGunshot: | ||
path: /Audio/Weapons/Guns/Gunshots/pistol.ogg | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Pistols/viper.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-0 | ||
map: ["enum.GunVisualLayers.Mag"] | ||
- type: ContainerContainer | ||
containers: | ||
ballistic-ammo: !type:Container | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletPistol | ||
fireCost: 100 | ||
- type: Battery | ||
maxCharge: 1000 | ||
startingCharge: 1000 | ||
- type: BatterySelfRecharger | ||
autoRecharge: true | ||
autoRechargeRate: 25 | ||
- type: AmmoCounter |
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
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,5 @@ | ||
# Decapoid Empire property, antag or otherwise. | ||
# NT does not have approval to hand this stuff out | ||
- type: contrabandSeverity | ||
id: DecapoidEmpire | ||
examineText: contraband-examine-text-DecapoidEmpire |