Crossfire Server, Trunk
sword_of_souls Namespace Reference

Variables

 AC
 
 AttackType
 
 Cha
 
 Con
 
 Dam
 
 delta_exp = weap.TotalExp - old_xp
 
 Dex
 
tuple do_level_up = weap.ItemPower or exceed_item_power or weap.Str < 0
 
tuple exceed_item_power = ((killer.ItemPower + weap.ItemPower - old_level) > killer.Level)
 
 Food
 
 Grace
 
 HP
 
 Int
 
 ItemPower
 
 killer = Crossfire.WhoIsActivator()
 
 LastSP
 
 old_level = weap.ItemPower
 
 old_xp = weap.TotalExp
 
 Pow
 
 SP
 
 Str
 
 victim = Crossfire.WhoAmI()
 
 WC
 
 weap = killer.CurrentWeapon
 
 Weight
 
 Wis
 

Variable Documentation

◆ AC

sword_of_souls.AC

Definition at line 68 of file sword_of_souls.py.

◆ AttackType

sword_of_souls.AttackType

Definition at line 86 of file sword_of_souls.py.

◆ Cha

sword_of_souls.Cha

Definition at line 62 of file sword_of_souls.py.

◆ Con

sword_of_souls.Con

Definition at line 58 of file sword_of_souls.py.

Referenced by resurrect_player().

◆ Dam

sword_of_souls.Dam

Definition at line 69 of file sword_of_souls.py.

◆ delta_exp

sword_of_souls.delta_exp = weap.TotalExp - old_xp

Definition at line 22 of file sword_of_souls.py.

◆ Dex

sword_of_souls.Dex

Definition at line 57 of file sword_of_souls.py.

◆ do_level_up

tuple sword_of_souls.do_level_up = weap.ItemPower or exceed_item_power or weap.Str < 0

Definition at line 44 of file sword_of_souls.py.

◆ exceed_item_power

tuple sword_of_souls.exceed_item_power = ((killer.ItemPower + weap.ItemPower - old_level) > killer.Level)

Definition at line 32 of file sword_of_souls.py.

◆ Food

sword_of_souls.Food

Definition at line 70 of file sword_of_souls.py.

◆ Grace

sword_of_souls.Grace

Definition at line 65 of file sword_of_souls.py.

◆ HP

sword_of_souls.HP

Definition at line 63 of file sword_of_souls.py.

◆ Int

sword_of_souls.Int

Definition at line 59 of file sword_of_souls.py.

Referenced by inja::Renderer.visit().

◆ ItemPower

sword_of_souls.ItemPower

Definition at line 39 of file sword_of_souls.py.

◆ killer

sword_of_souls.killer = Crossfire.WhoIsActivator()

Definition at line 3 of file sword_of_souls.py.

◆ LastSP

sword_of_souls.LastSP

Definition at line 66 of file sword_of_souls.py.

◆ old_level

sword_of_souls.old_level = weap.ItemPower

Definition at line 14 of file sword_of_souls.py.

Referenced by inja::Renderer.visit().

◆ old_xp

sword_of_souls.old_xp = weap.TotalExp

Definition at line 15 of file sword_of_souls.py.

◆ Pow

sword_of_souls.Pow

Definition at line 60 of file sword_of_souls.py.

◆ SP

sword_of_souls.SP

Definition at line 64 of file sword_of_souls.py.

◆ Str

sword_of_souls.Str

Definition at line 56 of file sword_of_souls.py.

◆ victim

sword_of_souls.victim = Crossfire.WhoAmI()

Definition at line 12 of file sword_of_souls.py.

◆ WC

sword_of_souls.WC

Definition at line 67 of file sword_of_souls.py.

◆ weap

sword_of_souls.weap = killer.CurrentWeapon

Definition at line 8 of file sword_of_souls.py.

◆ Weight

sword_of_souls.Weight

Definition at line 83 of file sword_of_souls.py.

◆ Wis

sword_of_souls.Wis

Definition at line 61 of file sword_of_souls.py.