Cowgirl

From SkyCorp Global

Cowgirl is a simple enemy i made just for my first time making one. Sorry if its not great.

Code:

{

 "type": "MONSTER",
 "name": "Cow",
 "description": "The creature looks like a cow with big DD breasts and an udder. The cow turns around and you see her black vagina is soaking with fluids. You can smell the strong aroma of her fluids from where you are standing. You realize almost too late that you were walking towards her vagina. You will have to be careful to stay focused.",
 "alert": "The cow notices your approach. She looks at you with lust in her eyes.",
 "lustOk": "The cow pulls on her teats squirting milk on you.",
 "lustFails": "The test attempts to squirt milk on you, but you dodge just in time.",
 "attackOk": "The test hits you with her hooves.",
 "attackFails": "The test attempts to tackle you, but you move out of the way.",
 "playerUse": "You have your way with the defeated cow.",
 "playerDefeat": "The cow pulls your head towards her teat. Before you realize it, you are suckling her teats.",
 "config": {
   "escapeChance": 0.5,
   "hp": 20,
   "lustMax": 10,
   "meleeAttackPlayerDamage": 1,
   "meleeAttackPlayerAccuracy": 0.75,
   "lustAttackPlayerDamage": 15,
   "lustAttackPlayerAccuracy": 0.74,
   "lustAttackChance": 1,
   "meleeAttackMonsterAccuracy": 0.95,
   "lustAttackMonsterAccuracy": 0.95
 },
 "defeatTf": {
   "tfTime": "The cow transforms you a little bit. you are still suckling on her teats",
   "tfTotal": "The cow has finished transforming you. You now look just like her.",
   "tfEscapeFailure": "You didn't escape from the cow.",
   "tfEscapeSuccess": "You escape from the cow!",
   "tfAccept": "You relax your body, giving into the cow for now...",
   "bodyType": 2
 },
 "inseminationAttemptOnPlayerVictory": true,
 "inseminationAttemptOnPlayerDefeat": false

}