Advertisement
Guest User

example

a guest
Feb 27th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.51 KB | None | 0 0
  1.  self.armor_proto = {
  2.             "key": item_name,
  3.             "color_code": item_color,
  4.             "aliases": item_aliases,
  5.             "typeclass": item_typeclass,
  6.             "desc": item_desc,
  7.             "weight": item_weight,
  8.             "value": item_value,
  9.             "durability": item_durability,
  10.             "current": item_current,
  11.             "hardness": item_hardness,
  12.             "physical_bonus": armor_pbonus,
  13.             "magical_bonus": armor_mbonus,
  14.             "location": caller.location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement