mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-29 09:05:29 +03:00
Fixed filter_damage_mod keyvalues not using eyedropper, fixed a typo with the "Radius pickup" flag
This commit is contained in:
parent
b9585711d0
commit
f43b690124
10
base.fgd
10
base.fgd
@ -6672,9 +6672,9 @@
|
|||||||
SetDamageBitsAdded(integer) : "Damage Bits Added" : 0 : "Adds bits to the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation."
|
SetDamageBitsAdded(integer) : "Damage Bits Added" : 0 : "Adds bits to the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation."
|
||||||
SetDamageBitsRemoved(integer) : "Damage Bits Removed" : 0 : "Removes bits from the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation."
|
SetDamageBitsRemoved(integer) : "Damage Bits Removed" : 0 : "Removes bits from the damage type. See a damage type keyvalue in an entity like filter_damage_type to get their bit representation."
|
||||||
|
|
||||||
NewAttacker(string) : "New Attacker" : : "If specified, the damage will be credited to this entity instead of the original attacker."
|
NewAttacker(target_destination) : "New Attacker" : : "If specified, the damage will be credited to this entity instead of the original attacker."
|
||||||
NewInflictor(string) : "New Inflictor" : : "If specified, the damage's inflictor will be changed to this entity instead of the original inflictor."
|
NewInflictor(target_destination) : "New Inflictor" : : "If specified, the damage's inflictor will be changed to this entity instead of the original inflictor."
|
||||||
NewWeapon(string) : "New Weapon" : : "If specified, the damage's weapon will be changed to this entity instead of the original weapon."
|
NewWeapon(target_destination) : "New Weapon" : : "If specified, the damage's weapon will be changed to this entity instead of the original weapon."
|
||||||
|
|
||||||
damagefilter(filterclass) : "Secondary Filter" : "" : "An optional secondary filter that can be used for either whose damage could be modified or as a real damage filter for whether any damage should be taken at all."
|
damagefilter(filterclass) : "Secondary Filter" : "" : "An optional secondary filter that can be used for either whose damage could be modified or as a real damage filter for whether any damage should be taken at all."
|
||||||
SecondaryFilterMode(choices) : "Secondary Filter Mode" : 0 : "Sets whether the secondary filter should be treated as a redirected damage filter (must pass to take actual damage) instead of just permitting modification." =
|
SecondaryFilterMode(choices) : "Secondary Filter Mode" : 0 : "Sets whether the secondary filter should be treated as a redirected damage filter (must pass to take actual damage) instead of just permitting modification." =
|
||||||
@ -6942,7 +6942,7 @@
|
|||||||
2097152 : "[2097152] Physgun is NOT allowed to pick this up." : 0
|
2097152 : "[2097152] Physgun is NOT allowed to pick this up." : 0
|
||||||
4194304 : "[4194304] Physgun is NOT allowed to punt this object." : 0
|
4194304 : "[4194304] Physgun is NOT allowed to punt this object." : 0
|
||||||
8388608: "[8388608] Prevent motion enable on player bump" : 0
|
8388608: "[8388608] Prevent motion enable on player bump" : 0
|
||||||
16777216: "[16777216] Radius pickup (easer to pickup)" : 0
|
16777216: "[16777216] Radius pickup (easier to pickup)" : 0
|
||||||
]
|
]
|
||||||
|
|
||||||
Damagetype(choices) : "Impact Damage Type" : 0 =
|
Damagetype(choices) : "Impact Damage Type" : 0 =
|
||||||
@ -7554,7 +7554,7 @@
|
|||||||
1024: "[1024] Prevent motion enable on player bump" : 0
|
1024: "[1024] Prevent motion enable on player bump" : 0
|
||||||
4096: "[4096] Debris with trigger interaction" : 0
|
4096: "[4096] Debris with trigger interaction" : 0
|
||||||
8192: "[8192] Force server-side (Multiplayer only)" : 0
|
8192: "[8192] Force server-side (Multiplayer only)" : 0
|
||||||
16384: "[16384] Radius pickup (easer to pickup)" : 0
|
16384: "[16384] Radius pickup (easier to pickup)" : 0
|
||||||
1048576: "[1048576] Physgun can ALWAYS pick up. No matter what." : 0
|
1048576: "[1048576] Physgun can ALWAYS pick up. No matter what." : 0
|
||||||
2097152: "[2097152] No collisions" : 0
|
2097152: "[2097152] No collisions" : 0
|
||||||
8388608: "[8388608] Zombies can't swat" : 0
|
8388608: "[8388608] Zombies can't swat" : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user