Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
37b24bb3be8fdf37c2102902fd03bc5ea4b60d6f
crystall-punk-14/Content.Server/Wieldable/Components/IncreaseDamageOnWieldComponent.cs

12 lines
323 B
C#
Raw Normal View History

Wieldable/two-handed weapons (#4554) * wielding kinda works * rough out all the edges, wielding works nicely * popups + loc * increase damage & extra damage against whitelist * small fixes * forgot to actually do that * reviews * reviews + thing * use resistances and not extradamageagainstwhitelist * slashy * make increasedamageonwield and melee hit events work with modifiersets * Silly individual
2021-09-17 07:16:11 -07:00
using Content.Shared.Damage;
namespace Content.Server.Wieldable.Components
{
[RegisterComponent, Friend(typeof(WieldableSystem))]
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public sealed class IncreaseDamageOnWieldComponent : Component
Wieldable/two-handed weapons (#4554) * wielding kinda works * rough out all the edges, wielding works nicely * popups + loc * increase damage & extra damage against whitelist * small fixes * forgot to actually do that * reviews * reviews + thing * use resistances and not extradamageagainstwhitelist * slashy * make increasedamageonwield and melee hit events work with modifiersets * Silly individual
2021-09-17 07:16:11 -07:00
{
[DataField("modifiers", required: true)]
public DamageModifierSet Modifiers = default!;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 115ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API