class Faker::Games::WarhammerFantasy

def creature

Returns:
  • (String) -
def creature
  fetch('games.warhammer_fantasy.creatures')
end

def faction

Returns:
  • (String) -
def faction
  fetch('games.warhammer_fantasy.factions')
end

def hero

Returns:
  • (String) -
def hero
  fetch('games.warhammer_fantasy.heros')
end

def location

Returns:
  • (String) -
def location
  fetch('games.warhammer_fantasy.locations')
end

def quote

Returns:
  • (String) -
def quote
  fetch('games.warhammer_fantasy.quotes')
end