Skip to content

Commit d7d0368

Browse files
authored
Merge pull request #16 from xamionex/dev
Dev
2 parents d902aee + 34ad953 commit d7d0368

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

keyvalues/scripts/weapons/mp_weapon_softball.txt

+73
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,77 @@ WeaponData
2727
"ammo_no_remove_from_clip" "1"
2828
"ammo_no_remove_from_stockpile" "1"
2929
}
30+
Mods
31+
{
32+
ar_trajectory
33+
{
34+
"grenade_arc_indicator_effect" "P_grenade_arc_proto"
35+
"grenade_arc_impact_indicator_effect" "grenade_arc_impact_proto"
36+
"grenade_arc_indicator_show_from_hip" "1"
37+
}
38+
39+
extended_ammo
40+
{
41+
"ammo_stockpile_max" "120"
42+
"ammo_clip_size" "8"
43+
"ammo_default_total" "120"
44+
}
45+
pro_screen
46+
{
47+
"ui8_enable" "1"
48+
"bodygroup5_set" "1"
49+
}
50+
51+
pro_screenextended_ammo
52+
{
53+
}
54+
pas_fast_ads
55+
{
56+
//Fast ADS
57+
"zoom_time_in" "*0.5"
58+
"zoom_time_out" "*0.6"
59+
}
60+
pas_fast_swap
61+
{
62+
//Fast Swap
63+
"fast_swap_to" "1"
64+
}
65+
jump_kit
66+
{
67+
"impulse_force" "7000"
68+
"impulse_force_explosions" "65000"
69+
}
70+
71+
pas_fast_reload
72+
{
73+
"reload_time" "*0.7"
74+
"reload_time_late1" "*0.7"
75+
"reloadempty_time" "*0.7"
76+
"reloadempty_time_late1" "*0.7"
77+
"reloadsegment_time_loop" "*0.7"
78+
"reloadsegment_time_end" "*0.7"
79+
"reloadsegmentempty_time_end" "*0.7"
80+
}
81+
82+
burn_mod_softball
83+
{
84+
85+
//FX
86+
"projectile_trail_effect_0" "wpn_grenade_frag_softball_burn"
87+
88+
"is_burn_mod" "1"
89+
90+
"explosion_damage" "1"
91+
"explosion_damage_heavy_armor" "1"
92+
}
93+
tactical_cdr_on_kill
94+
{
95+
96+
}
97+
pas_run_and_gun
98+
{
99+
"primary_fire_does_not_block_sprint" "1"
100+
"crosshair_force_sprint_fade_disabled" "1"
101+
}
102+
}
30103
}

mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name" : "xamionex.UnholyTrinity",
33
"Description" : "This is my custom weapons for the UnholyTrinity server\n\nThis is a server side script, no need for clients to download",
4-
"Version": "1.1.5",
4+
"Version": "1.1.6",
55
"LoadPriority": 2
66
}

0 commit comments

Comments
 (0)