import { pantheonT } from "../types/pantheon"

export const orisha_pantheon: pantheonT[] = [
  {
    title: "Yemonja",
    cover_image: require("../../../assets/images/widget/pantheon/yemonja.png"),
    power: "Walk on walls",
    lastSeen: "In the forest on Niversa",
    category: "Lorem ipsum",
    personality: "Lorem ipsum",
    backstory: `Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity. Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity.`,
    locked: false

  },
  {
    title: "Ogun",
    cover_image: require("../../../assets/images/widget/pantheon/ogun.png"),
    power: "Walk on walls",
    lastSeen: "In the forest on Niversa",
    category: "Lorem ipsum",
    personality: "Lorem ipsum",
    backstory: `Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity. Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity.`,
    locked: false
  },
  {
    title: "Trickster Anansi",
    cover_image: require("../../../assets/images/widget/pantheon/anansi.png"),
    power: "Walk on walls",
    lastSeen: "In the forest on Niversa",
    category: "Lorem ipsum",
    personality: "Lorem ipsum",
    backstory: `Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity. Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity.`,
    locked: true

  },

  {
    title: "Shango",
    cover_image: require("../../../assets/images/widget/pantheon/ogun.png"),
    power: "Walk on walls",
    lastSeen: "In the forest on Niversa",
    category: "Lorem ipsum",
    personality: "Lorem ipsum",
    backstory: `Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity. Born as an ordinary spider, Anansi resided amidst the lush foliage of the forest, his small stature belying his sharp intellect and insatiable curiosity.`,
    locked: true
  }
]