Skip to content
Snippets Groups Projects
Commit 881f644f authored by Skriv's avatar Skriv
Browse files

assFitting

parent 48575e53
No related branches found
No related tags found
1 merge request!6807JSify Ass Fitting Event and fix VCheck in previous events
App.Events.RESSAssFitting = class RESSAssFitting extends App.Events.BaseEvent {
eventPrerequisites() {
return []; // always valid if sufficient actors can be cast successfully
}
actorPrerequisites() {
return [
[ // single event slave
s => s.fetish !== "mindbroken",
s => s.assignment !== "work as a servant",
s => s.devotion > 20,
s => s.butt > 5,
s => ["a bimbo outfit", "a biyelgee costume", "a bunny outfit", "a burkini", "a cheerleader outfit", "a comfortable bodysuit", "a dirndl", "a fallen nuns habit", "a huipil", "a latex catsuit", "a leotard", "a long qipao", "a maternity dress", "a military uniform", "a monokini", "a mounty outfit", "a nice nurse outfit", "a red army uniform", "a scalemail bikini", "a schoolgirl outfit", "a schutzstaffel uniform", "a slutty nurse outfit", "a slutty outfit", "a slutty qipao", "a slutty schutzstaffel uniform", "a succubus outfit", "attractive lingerie for a pregnant woman", "attractive lingerie", "battlearmor", "chains", "clubslut netting", "conservative clothing", "cutoffs and a t-shirt", "kitty lingerie", "lederhosen", "nice business attire", "overalls", "restrictive latex", "striped panties", "slutty business attire", "slutty jewelry", "spats and a tank top", "stretch pants and a crop-top", "uncomfortable straps", "Western clothing"].includes(s.clothes),
hasAnyArms,
hasAnyLegs,
]
];
}
execute(node) {
/** @type {Array<App.Entity.SlaveState>} */
let [eventSlave] = this.actors.map(a => getSlave(a));
const {
He, he, His, his, hers, him, himself, girl
} = getPronouns(eventSlave);
const {s, S, ss, title: Master} = getEnunciation(eventSlave);
/** @type {App.Entity.PlayerState} */
let PC = V.PC;
V.nextLink = "Next Week";
App.Events.drawEventArt(node, eventSlave, "no clothing");
let t = [];
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment