Elin Decompiled Documentation
EA 23.268 Nightly
Loading...
Searching...
No Matches
TraitParchmentBottle.cs
Go to the documentation of this file.
1
public
class
TraitParchmentBottle
:
TraitParchment
2
{
3
public
override
BookList.Item
Item
=>
BottleMessageList
.
GetItem
(base.IdItem);
4
5
public
override
void
OnCreate
(
int
lv)
6
{
7
owner
.
SetStr
(53,
BottleMessageList
.
GetRandomItem
().id);
8
}
9
}
BaseCard.SetStr
void SetStr(int id, string value=null)
Definition:
BaseCard.cs:63
BookList.Item
Definition:
BookList.cs:8
BottleMessageList
Definition:
BottleMessageList.cs:5
BottleMessageList.GetRandomItem
static BookList.Item GetRandomItem()
Definition:
BottleMessageList.cs:37
BottleMessageList.GetItem
static BookList.Item GetItem(string id)
Definition:
BottleMessageList.cs:43
TraitParchmentBottle
Definition:
TraitParchmentBottle.cs:2
TraitParchmentBottle.Item
override BookList.Item Item
Definition:
TraitParchmentBottle.cs:3
TraitParchmentBottle.OnCreate
override void OnCreate(int lv)
Definition:
TraitParchmentBottle.cs:5
TraitParchment
Definition:
TraitParchment.cs:2
Trait.owner
Card owner
Definition:
Trait.cs:28
Elin
TraitParchmentBottle.cs
Generated by
1.9.6