Class JournalEntryItem
Item which fully unlocks and completes the corresponding entry of the Hunter's Journal.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class JournalEntryItem : AbstractItem
Constructors
View SourceJournalEntryItem()
Declaration
public JournalEntryItem()
Fields
View SourceplayerDataName
If the journal entry corresponds to fields "killed{name}", "kills{name}", and "newData{name}", then this field is "{name}"
Declaration
public string playerDataName
Field Value
| Type | Description |
|---|---|
| string |
Methods
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |
Overrides
View SourceRedundant()
Method used to determine if a unique item should be replaced (i.e. duplicates, etc). No relation to ObtainState.
Declaration
public override bool Redundant()
Returns
| Type | Description |
|---|---|
| bool |