forked from Vault-Overseers/nuclear-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
109 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...urces/Prototypes/_Nuclear14/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/meta.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,14 @@ | ||
- type: entity | ||
noSpawn: true | ||
parent: BaseBullet | ||
id: N14Bullet50HEIAPMeta # for spawn turrets and fun | ||
name: bullet (.50 HEIAP anti-materiel) | ||
components: | ||
- type: IgniteOnCollide | ||
fireStacks: 1 | ||
- type: Projectile | ||
damage: | ||
types: | ||
Piercing: 500 | ||
Blunt: 500 | ||
ignoreResistances: true |
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