load stuff

This commit is contained in:
2026-05-13 19:18:52 +03:00
parent 97e4b5cb21
commit 275055d6e3
7 changed files with 103 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"entity_damage": 15.0,
"durability_mass": 8.0,
"renders_invulnerable": false,
"ignores_invulnerability": true,
"ignores_entity_armor": true,
"gravity": -0.025,
"drag": 0.01,
"quadratic_drag": false,
"knockback": 0.5,
"added_recoil": 1,
"can_squib": true,
"penetration": 2,
"toughness": 1,
"deflection": 0.70
}
@@ -0,0 +1,20 @@
{
"entity_damage": 20.0,
"durability_mass": 1.0,
"renders_invulnerable": false,
"ignores_invulnerability": true,
"ignores_entity_armor": true,
"base_fuze": false,
"gravity": -0.025,
"drag": 0.01,
"quadratic_drag": false,
"knockback": 0.5,
"added_recoil": 1,
"can_squib": true,
"shrapnel_spread": 0.25,
"shrapnel_count": 15,
"explosive_power": 2.0,
"penetration": 1,
"toughness": 0.5,
"deflection": 0.70
}
@@ -0,0 +1,14 @@
{
"entity_damage": 6.0,
"durability_mass": 0.2,
"renders_invulnerable": false,
"ignores_invulnerability": true,
"ignores_entity_armor": false,
"gravity": -0.025,
"drag": 0,
"knockback": 0.025,
"lifetime": 5,
"penetration": 0,
"toughness": 0,
"deflection": 0
}
@@ -0,0 +1,16 @@
{
"entity_damage": 8.0,
"durability_mass": 0.5,
"renders_invulnerable": false,
"ignores_invulnerability": true,
"ignores_entity_armor": false,
"gravity": -0.025,
"drag": 0.01,
"quadratic_drag": false,
"knockback": 0.025,
"added_recoil": 0.5,
"can_squib": true,
"penetration": 1,
"toughness": 1,
"deflection": 0.70
}
+6
View File
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "Vestalis CBC munitions tweaks for Vestalis. Made by slait12 (discord). Makes flak significantly weaker and AP much better. Fixes damage against players."
}
}