Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
UAFishingConstants Class Reference

Private Attributes

const float CYCLE_LENGTH_BASE = 6.0
const float CYCLE_LENGTH_MAX = 6.5
const float CYCLE_LENGTH_MIN = 5.5
const float DAMAGE_HOOK = 1.5
 modifies chance for every signal roll
const int EVENT_ANIMATE_ROD_CLOSE = 101
const int EVENT_SPLASH_SIGNAL = 100
const float SIGNAL_CYCLE_HARD_TARGET_DEFAULT = 30
 chance at MEAN
const float SIGNAL_CYCLE_MEAN_DEFAULT = 20
const float SIGNAL_DEADZONE_END_DURATION = 0.5
const float SIGNAL_DEADZONE_START_DURATION = 0.5
const float SIGNAL_DURATION_MAX_BASE = 1.0
const float SIGNAL_DURATION_MIN_BASE = 0.8
const float SIGNAL_FISHING_CHANCE_COEF = 1.0
 chance at HARD_TARGET (we probably want close to 100% here, randomness being random..)
const float SIGNAL_HARD_TARGET_CHANCE_DEFAULT = 0.9
 hard cycle target
const float SIGNAL_MEAN_CHANCE_DEFAULT = 0.5
 re-purposed as soft cycle target
const float SIGNAL_START_TIME_MAX_BASE = 2.5
const float SIGNAL_START_TIME_MIN_BASE = 0.5

Detailed Description

Definition at line 178 of file actionconstants.c.

Field Documentation

◆ CYCLE_LENGTH_BASE

const float CYCLE_LENGTH_BASE = 6.0
private

Definition at line 180 of file actionconstants.c.

Referenced by ActionFishingNewCB::CreateActionComponent().

◆ CYCLE_LENGTH_MAX

const float CYCLE_LENGTH_MAX = 6.5
private

◆ CYCLE_LENGTH_MIN

const float CYCLE_LENGTH_MIN = 5.5
private

Definition at line 181 of file actionconstants.c.

Referenced by FishYieldItemBase::GetCycleTimeForYieldItem().

◆ DAMAGE_HOOK

const float DAMAGE_HOOK = 1.5
private

modifies chance for every signal roll

Definition at line 198 of file actionconstants.c.

Referenced by CatchingContextFishingRodAction::TryDamageItems().

◆ EVENT_ANIMATE_ROD_CLOSE

const int EVENT_ANIMATE_ROD_CLOSE = 101
private

◆ EVENT_SPLASH_SIGNAL

const int EVENT_SPLASH_SIGNAL = 100
private

◆ SIGNAL_CYCLE_HARD_TARGET_DEFAULT

const float SIGNAL_CYCLE_HARD_TARGET_DEFAULT = 30
private

chance at MEAN

Definition at line 192 of file actionconstants.c.

Referenced by CatchingContextFishingRodAction::ClearCatchingItemData().

◆ SIGNAL_CYCLE_MEAN_DEFAULT

const float SIGNAL_CYCLE_MEAN_DEFAULT = 20
private

◆ SIGNAL_DEADZONE_END_DURATION

const float SIGNAL_DEADZONE_END_DURATION = 0.5
private

Definition at line 188 of file actionconstants.c.

Referenced by CAContinuousRepeatFishing::SetNewSignalData().

◆ SIGNAL_DEADZONE_START_DURATION

const float SIGNAL_DEADZONE_START_DURATION = 0.5
private

Definition at line 187 of file actionconstants.c.

Referenced by CAContinuousRepeatFishing::SetNewSignalData().

◆ SIGNAL_DURATION_MAX_BASE

const float SIGNAL_DURATION_MAX_BASE = 1.0
private

◆ SIGNAL_DURATION_MIN_BASE

const float SIGNAL_DURATION_MIN_BASE = 0.8
private

◆ SIGNAL_FISHING_CHANCE_COEF

const float SIGNAL_FISHING_CHANCE_COEF = 1.0
private

chance at HARD_TARGET (we probably want close to 100% here, randomness being random..)

Definition at line 194 of file actionconstants.c.

Referenced by CatchingContextFishingRodAction::GetChanceCoef().

◆ SIGNAL_HARD_TARGET_CHANCE_DEFAULT

const float SIGNAL_HARD_TARGET_CHANCE_DEFAULT = 0.9
private

hard cycle target

Definition at line 193 of file actionconstants.c.

Referenced by CatchingContextFishingRodAction::ClearCatchingItemData().

◆ SIGNAL_MEAN_CHANCE_DEFAULT

const float SIGNAL_MEAN_CHANCE_DEFAULT = 0.5
private

re-purposed as soft cycle target

Definition at line 191 of file actionconstants.c.

Referenced by CatchingContextFishingRodAction::ClearCatchingItemData().

◆ SIGNAL_START_TIME_MAX_BASE

const float SIGNAL_START_TIME_MAX_BASE = 2.5
private

◆ SIGNAL_START_TIME_MIN_BASE

const float SIGNAL_START_TIME_MIN_BASE = 0.5
private

The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/useractionscomponent/actions/actionconstants.c