Skip to content

Commit

Permalink
Adjust naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperPyroManiac committed Sep 26, 2024
1 parent bb8d6e9 commit 8dcb5dc
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 221 deletions.
30 changes: 15 additions & 15 deletions DeadlyWeapons/Configs/WeaponTypes.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Formatting is critical! If you have issues, you can check your config at https://codebeautify.org/yaml-parser-online
WeaponTypes:
Pistol:
damage_multiplier: 1
Rifle:
damage_multiplier: 1.5
Shotgun:
damage_multiplier: 2
SubmachineGun:
damage_multiplier: 1
MachineGun:
damage_multiplier: 1.5
Sniper:
damage_multiplier: 2
Other:
damage_multiplier: 1
WeaponType:
- Name: Pistol
DamageMultiplier: 1
- Name: Rifle
DamageMultiplier: 1.5
- Name: Shotgun
DamageMultiplier: 2
- Name: SubmachineGun
DamageMultiplier: 1
- Name: MachineGun
DamageMultiplier: 1.5
- Name: Sniper
DamageMultiplier: 2
- Name: Other
DamageMultiplier: 1
Loading

0 comments on commit 8dcb5dc

Please sign in to comment.