feat: cucks finally finished

This commit is contained in:
Nick 2024-11-14 19:36:47 -06:00
parent 7b8a5dbca5
commit aa81fa7ad3
60 changed files with 290 additions and 201 deletions

View file

@ -9,6 +9,10 @@ cuckKenBerry =
name : String
name =
"Ken Berry"
propAnimalFat : String
propAnimalFat =
"Replacing animal fats with vegetable oils is dangerous."
in
{ cuckImage = formatCuckName name
, cuckName = name
@ -16,27 +20,27 @@ cuckKenBerry =
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1366524889067368449?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "type 2 diabetes is chronic carbohydrate overdose."
, dodgeProposition = "Type 2 Diabetes is chronic carbohydrate overdose."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
, dodgeNicksDoxasticReason = VagueProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1539720236701589504?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "replacing animal fats with vegetable oils is dangerous."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
, dodgeProposition = propAnimalFat
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1539721408372039680?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "replacing animal fats with vegetable oils is dangerous."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
, dodgeProposition = propAnimalFat
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1813969807521300615"
, dodgeDescription = InTooDeep
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = Vague
, dodgeNicksDoxasticReason = VagueProp
}
]
}