Romestead Assembly Reference

CandideServer.Helpers.ServerRandomItemStatsHelper

Type JSON

public class in CandideServer.Helpers

Methods3
Properties0
Fields2
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Helpers
  • Base typeSystem.Object
  • Hash7C763866882A59FCABEFCB7C40D0E0E247EFD54F14EBC34C0348E13A0D7B50A1

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
ReuseAuraWeightingListprivateprivate System.Collections.Generic.List<System.ValueTuple<System.String, System.Single>> ReuseAuraWeightingList
TierCutOffspublicpublic System.Int32[] TierCutOffs

Methods

GetItemAuraForBuilding

public System.String GetItemAuraForBuilding(CandideServer.Models.WorkOrders.WorkOrderModel order)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • Hash5B230AB12EE53E35BA811E577EBF7C5A837F0A334E4E8428608060582314C74E
  • Body hash074F5ACFD6DBAE81D6B5C126FF4393209F2584BBA6DB596FD864ABC28DACFF14
  • IL size45
Referenced calls
Called by

RollItemAura

public System.String RollItemAura(System.Single quality, System.Collections.Generic.List<System.ValueTuple<System.String, System.Func<System.Single, System.Single>>> possibleItemAuras)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • Hash4B29A967AD2371081E9794998AC8F49BC9D17C699DE92564DBD4A0B353729976
  • Body hash9FCECF36E06321B28BC05B433782CC4781352C77D8F930D4B9A4E5813281C7B4
  • IL size239
Referenced calls
  • System.Collections.Generic.List<System.ValueTuple<System.String, System.Single>>::Clear()
  • System.Collections.Generic.List<System.ValueTuple<System.String, System.Func<System.Single, System.Single>>>::GetEnumerator()
  • List.Enumerator<System.ValueTuple<System.String, System.Func<System.Single, System.Single>>>::get_Current()
  • System.Func<System.Single, System.Single>::Invoke(!0)
  • System.ValueTuple<System.String, System.Single>::.ctor(!0, !1)
  • System.Collections.Generic.List<System.ValueTuple<System.String, System.Single>>::Add(!0)
  • List.Enumerator<System.ValueTuple<System.String, System.Func<System.Single, System.Single>>>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Collections.Generic.List<System.ValueTuple<System.String, System.Single>>::get_Count()
  • CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)
  • System.Collections.Generic.List<System.ValueTuple<System.String, System.Single>>::GetEnumerator()
  • List.Enumerator<System.ValueTuple<System.String, System.Single>>::get_Current()
  • List.Enumerator<System.ValueTuple<System.String, System.Single>>::MoveNext()

RollItemAura2

public System.String RollItemAura2(System.Single quality, System.Collections.Generic.Dictionary<Shared.Models.Auras.ItemAuraTier, System.Collections.Generic.List<System.String>> possibleItemAuras)

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticTrue
  • VirtualFalse
  • HashE1FF5B151460330328B0DC67920C88A392652E01F96C9A44A14E80AFC19FC43A
  • Body hash3567AD0B04ACE2593FBBE66733AB34823CEC024C34C7D6C91DE3A0771ECE2856
  • IL size176
Referenced calls
  • System.Random::NextSingle()
  • System.MathF::Truncate(System.Single)
  • System.Random::Next(System.Int32)
  • System.Collections.Generic.Dictionary<Shared.Models.Auras.ItemAuraTier, System.Collections.Generic.List<System.String>>::TryGetValue(!0, !1&)
  • System.Collections.Generic.List<System.String>::get_Count()
  • System.Collections.Generic.List<System.String>::get_Item(System.Int32)
Called by