-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
constitution rifle, magnum disabler, railgun #123
Changes from all commits
db3e7dd
9ad0fb8
8ed6378
7377f6e
2095f45
8170e6e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,6 +261,49 @@ | |
collection: WeakHit | ||
forceSound: true | ||
|
||
- type: entity | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this will also cause a merge conflict later, you should have a seperate file for these. |
||
name : magnum disabler bolt | ||
id: BulletDisablerMagnum | ||
parent: BaseBullet | ||
categories: [ HideSpawnMenu ] | ||
components: | ||
- type: Reflective | ||
reflective: | ||
- Energy | ||
- type: FlyBySound | ||
sound: | ||
collection: EnergyMiss | ||
params: | ||
volume: 5 | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi | ||
layers: | ||
- state: omnilaser | ||
shader: unshaded | ||
- type: Physics | ||
- type: Fixtures | ||
fixtures: | ||
projectile: | ||
shape: | ||
!type:PhysShapeAabb | ||
bounds: "-0.15,-0.3,0.15,0.3" | ||
hard: false | ||
mask: | ||
- Impassable | ||
- BulletImpassable | ||
fly-by: *flybyfixture | ||
- type: Ammo | ||
- type: StaminaDamageOnCollide | ||
damage: 45 | ||
- type: Projectile | ||
impactEffect: BulletImpactEffectDisabler | ||
damage: | ||
types: | ||
Heat: 8 | ||
soundHit: | ||
collection: WeakHit | ||
forceSound: true | ||
|
||
- type: entity | ||
name : disabler bolt practice | ||
id: BulletDisablerPractice | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,6 +209,29 @@ | |
proto: CartridgeAntiMateriel | ||
- type: StaticPrice | ||
price: 0 | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. again, move them to something like Resources/Prototypes/_Arc/Entities/Objects/Weapons/Guns/Snipers/snipers.yml |
||
- type: entity | ||
name: antique rifle | ||
parent: [BaseWeaponSniper, BaseGunWieldable] | ||
id: WeaponSniperHdFbi | ||
description: A weapon given to good citizens of a now defunct nation, prized for reliability in a pinch. Uses .30 rifle ammo. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Weapons/Guns/Snipers/bolt_gun_hd_fbi.rsi | ||
- type: Gun | ||
fireRate: 1 | ||
selectedMode: SemiAuto | ||
availableModes: | ||
- SemiAuto | ||
soundGunshot: | ||
path: /Audio/Weapons/Guns/Gunshots/sniper.ogg | ||
fireOnDropChance: 1 | ||
- type: BallisticAmmoProvider | ||
capacity: 5 | ||
proto: CartridgeLightRifle | ||
whitelist: | ||
tags: | ||
- CartridgeLightRifle | ||
- type: MeleeWeapon | ||
attackRate: 1.2 | ||
damage: | ||
|
@@ -218,3 +241,4 @@ | |
wideAnimationRotation: 135 | ||
- type: DamageOtherOnHit | ||
staminaCost: 5 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/blob/832ae532766d491d91db53746d15b4b55be3f2b0, slightly edited by FBI to be revolver", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-0" | ||
}, | ||
{ | ||
"name": "inhand-left-1" | ||
}, | ||
{ | ||
"name": "inhand-left-2" | ||
}, | ||
{ | ||
"name": "inhand-left-3" | ||
}, | ||
{ | ||
"name": "inhand-left-4" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-0" | ||
}, | ||
{ | ||
"name": "inhand-right-1" | ||
}, | ||
{ | ||
"name": "inhand-right-2" | ||
}, | ||
{ | ||
"name": "inhand-right-3" | ||
}, | ||
{ | ||
"name": "inhand-right-4" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by FBI", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from InterBay13 at https://github.com/AndySok/InterBay13/commit/84824582fe1381d9ea6282b9da407994ab8ab509, backpack sling sprite edited by Boaz1111, wield sprites by RiceMar1244, recolored by FederalBureau", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "bolt-open" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
putting this in this file will cause merge conflicts later