Beispiel #1
0
def BLOOD_info():  # Displays info about blood
    with open("UniData.txt", 'r') as f:
        variables = json.load(f)
    if variables["color"] != 0:
        UI.Color_Blood()
    else:
        UI.BLOOD_icon()
    #UI.BLOOD_icon()
    WordCore.word_corey("@@@@", "", "@@@@\n")
    WordCore.word_corey("@@@@  ", "<<" + variables["gene[4]"] + ">>", "@@@@\n")
    WordCore.word_corey(
        "@@@@",
        "  Nano-Virus attaches drone colonies to blood cells, both red and white, weakening the",
        "@@@@\n")
    WordCore.word_corey(
        "@@@@",
        "  hosts immune system and capability to fight back. Transmission Becomes possible through",
        "@@@@\n")
    WordCore.word_corey(
        "@@@@", "  contact with blood, but only on an open wound or intake",
        "@@@@\n")
    WordCore.word_corey("@@@@", "", "@@@@\n")
    WordCore.word_corey(
        "@@@@  Affects: ", variables["influence[0]"] + ", " +
        variables["influence[1]"] + ", " + variables["influence[2]"], "@@@@\n")
    WordCore.word_corez(
        "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
    )
    WordCore.word_corez(
        "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n"
    )