Advertisement
Guest User

Race Example

a guest
Aug 29th, 2018
1,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.58 KB | None | 0 0
  1. <AddTo -1>
  2. var races = {
  3. "Race One" = {
  4.     description = 'This is a race.',
  5.     details = "[color=aqua]Racial trait: This is a race.[/color]\n\n[color=yellow]Stat potential: Strength - 3, Agility - 3, Magic - 3, Endurance - 3 [/color]",
  6.     stats = {str_max = 3,
  7.     agi_max = 3,
  8.     maf_max = 3,
  9.     end_max = 3},
  10. },
  11. "Race Two" = {
  12.     description = 'This is a race.',
  13.     details = "[color=aqua]Racial trait: This is a race.[/color]\n\n[color=yellow]Stat potential: Strength - 3, Agility - 3, Magic - 3, Endurance - 3 [/color]",
  14.     stats = {str_max = 3,
  15.     agi_max = 3,
  16.     maf_max = 3,
  17.     end_max = 3},
  18. },
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement