|
Crossfire Server, Trunk
1.75.0
|
Variables | |
| activator = Crossfire.WhoIsActivator() | |
| below = check.Below | |
| Card = activator.CreateObject("event_apply") | |
| check = activator.Inventory | |
| Map = Crossfire.ReadyMap(Path) | |
| mymap = activator.Map | |
| myPath = mymap.Path | |
| Name | |
| Path = Target.Title | |
| Target = activator.CheckInventory("BigChest") | |
| Title | |
| whoami = Crossfire.WhoAmI() | |
| bigchest.activator = Crossfire.WhoIsActivator() |
Definition at line 2 of file bigchest.py.
| bigchest.below = check.Below |
Definition at line 12 of file bigchest.py.
| bigchest.Card = activator.CreateObject("event_apply") |
Definition at line 17 of file bigchest.py.
| bigchest.check = activator.Inventory |
Definition at line 10 of file bigchest.py.
Referenced by artifact_compute_chance_for_item(), check_formulae(), command_create(), knowledge_add(), knowledge_god_add(), and spell_consume_items().
| bigchest.Map = Crossfire.ReadyMap(Path) |
Definition at line 28 of file bigchest.py.
| bigchest.mymap = activator.Map |
Definition at line 3 of file bigchest.py.
| bigchest.myPath = mymap.Path |
Definition at line 20 of file bigchest.py.
| bigchest.Name |
Definition at line 18 of file bigchest.py.
| bigchest.Path = Target.Title |
Definition at line 27 of file bigchest.py.
| bigchest.Target = activator.CheckInventory("BigChest") |
Definition at line 23 of file bigchest.py.
| bigchest.Title |
Definition at line 21 of file bigchest.py.
| bigchest.whoami = Crossfire.WhoAmI() |
Definition at line 5 of file bigchest.py.