[tweak] Minor Holoparasite tweak (#15803)
* Update holo description * Reduce shared damage
This commit is contained in:
parent
0eec1d8441
commit
54e7ebf83b
|
|
@ -15,7 +15,7 @@ namespace Content.Server.Guardian
|
|||
/// Percentage of damage reflected from the guardian to the host
|
||||
/// </summary>
|
||||
[DataField("damageShare")]
|
||||
public float DamageShare { get; set; } = 0.85f;
|
||||
public float DamageShare { get; set; } = 0.65f;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum distance the guardian can travel before it's forced to recall, use YAML to set
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ uplink-mosin-ammo-desc = A box of cartridges for the surplus rifle.
|
|||
# Utility
|
||||
uplink-holopara-kit-name = Holoparasite Kit
|
||||
uplink-holopara-kit-desc = The pride and joy of Cybersun. Contains an injector that hosts a sentient metaphysical guardian made of hard light which resides in the user's body when not active.
|
||||
The guardian can punch rapidly and is immune to hazardous environments and bullets, but shares any damage it takes with the user.
|
||||
The guardian can punch rapidly and is immune to hazardous environments while being resistant to direct trauma, but shares any damage it takes with the user.
|
||||
|
||||
uplink-holster-name = Shoulder Holster
|
||||
uplink-holster-desc = A deep shoulder holster capable of holding many types of ballistics.
|
||||
|
|
|
|||
Loading…
Reference in New Issue