struct Rosegold::DataComponents::BlocksAttacks::DamageReduction

Defined in:

rosegold/inventory/slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(horizontal_blocking_angle : Float32 = 0.0_f32, type : Nil | String = nil, base_value : Float32 = 0.0_f32, factor : Float32 = 0.0_f32) #

[View source]

Instance Method Detail

def base_value : Float32 #

[View source]
def base_value=(base_value : Float32) #

[View source]
def factor : Float32 #

[View source]
def factor=(factor : Float32) #

[View source]
def horizontal_blocking_angle : Float32 #

[View source]
def horizontal_blocking_angle=(horizontal_blocking_angle : Float32) #

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]