Rat King Tweaks (#8940)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
EmoGarbage404
2022-06-18 19:21:07 -04:00
committed by GitHub
parent 2579e83e04
commit 39d439795f
9 changed files with 124 additions and 29 deletions

View File

@@ -39,16 +39,9 @@ namespace Content.Server.RatKing
public float HungerPerDomainUse = 50f;
/// <summary>
/// The disease prototype id that the Domain ability spreads
/// How many moles of Miasma are released after one us of Domain
/// </summary>
[ViewVariables, DataField("domainDiseaseId", customTypeSerializer: typeof(PrototypeIdSerializer<DiseasePrototype>))]
public string DomainDiseaseId = "Plague";
/// <summary>
/// The range of the Domain ability.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("domainRange")]
public float DomainRange = 3f;
[ViewVariables, DataField("molesMiasmaPerDomain")]
public float MolesMiasmaPerDomain = 75f;
}
};