Skip to content

Commit

Permalink
feck i broke the texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Avalon-Proto committed Feb 16, 2025
1 parent b1d7217 commit 40ccdca
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- TelescopicShield
- HoloprojectorSecurity
- WeaponDisablerSMG
- BorgModuleSecurityEscalate # Delta-V : SecBorg Research
- BorgModuleSecurityEscalate # DeltaV - SecBorg Research

- type: technology
id: ExplosiveTechnology
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
description: A Cyborg Mounted Grenade Launcher, designed to fire flashbangs, or expend all of its energy to fire an EMP. Refills its own ammo
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi
layers:
- state: icon
map: ["enum.GunVisualLayers.Base"]
- type: Clothing
sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi
sprite: _DV\Objects\Weapons\Guns\Launchers\nonlethal_launcher.rsi
- type: Item
sprite: _DV\Objects\Weapons\Guns\Launchers\nonlethal_launcher.rsi
size: Huge
- type: Gun
minAngle: 1
maxAngle: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,40 +46,40 @@
proto: ShellShotgunBeanbag

- type: entity
name: Borg Riot Shotgun
parent: BaseItem
id: WeaponRiotShotgunBorg
name: borg riot shotgun
description: A heavily modified shotgun for borgs, firing off beanbag rounds. Ammo repplicates overtime
components:
- type: Sprite
sprite: Objects/Weapons/Guns/LMGs/l6.rsi
netsync: false
layers:
- state: base
map: [ "enum.GunVisualLayers.Base" ]
- type: Item
size: Huge
- type: Gun
minAngle: 0
maxAngle: 10
angleIncrease: 1
angleDecay: 16
fireRate: 1.5
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/shotgun.ogg
soundEmpty:
path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg
- type: Battery
maxCharge: 400
startingCharge: 200
- type: ProjectileBatteryAmmoProvider
proto: PelletShotgunBeanbag
fireCost: 100
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 20
- type: AmmoCounter
- type: Appearance
- type: Sprite
sprite: Objects/Weapons/Guns/LMGs/l6.rsi
netsync: false
layers:
- state: base
map: [ "enum.GunVisualLayers.Base" ]
- type: Item
size: Huge
- type: Gun
minAngle: 0
maxAngle: 10
angleIncrease: 1
angleDecay: 16
fireRate: 1.5
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/shotgun.ogg
soundEmpty:
path: /Audio/Weapons/Guns/Empty/lmg_empty.ogg
- type: Battery
maxCharge: 400
startingCharge: 200
- type: ProjectileBatteryAmmoProvider
proto: PelletShotgunBeanbag
fireCost: 100
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 20
- type: AmmoCounter
- type: Appearance
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
@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by JustAnOrange from discord",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "Icon",
"delays": [
[
0.1,
0.1
]
]
}
}

0 comments on commit 40ccdca

Please sign in to comment.