Help for this page

Select Code to Download


  1. or download this
    my %alignment = (
      parts => [qw(lawful chaotic good evil neutral)],
    ...
      }
      return $result;
    }
    
  2. or download this
    my %effects = (
      part => [qw(acid cold electricity fire)],
    ...
      $result =~ tr/_/ /;
      return $result;
    }