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
c950df9bc5d28fa142d68926e82e09a14f2a4e99
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: 133ms Template: 1ms
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