PINK LIGHT 淫辱エロトラップダンジョン RJ01267758 馬師村

PINK LIGHT 淫辱エロトラップダンジョン01

PINK LIGHT 淫辱エロトラップダンジョン02

ギルドの依頼の帰り道、ダンジョンで遭遇したサキュバスに解除不能の淫紋を付与されてしまったシスター。

淫紋解除を条件に、シスターはしぶしぶダンジョンへ再び挑む!

PINK LIGHT 淫辱エロトラップダンジョン03

基本CG31枚予定

PINK LIGHT 淫辱エロトラップダンジョン04

※体験版ではダンジョン2Fまで遊ぶことができます。

※開発中の為、実際の製品版では変更になる事があります。

PINK LIGHT 淫辱エロトラップダンジョン05

PINK LIGHT 淫辱エロトラップダンジョン06

PINK LIGHT 淫辱エロトラップダンジョン07

PINK LIGHT 淫辱エロトラップダンジョン08

基本攻撃&回復ポーション使用のシンプル操作!
必殺ゲージを溜めて追加の必殺技を叩き込め!
ダンジョンでエロトラップにひっかかる度に発情値は増加していき、じわじわとシスターの体力を奪っていく。

PINK LIGHT 淫辱エロトラップダンジョン09

耐えられなくなったら街で売春をする事で発情値はリセットされます。積極的に売春しましょう!

jQuery(function($){

$(‘._to_out’).click(function(){
ga(‘send’, ‘event’, ‘maniax’, $(this).data(‘action’), $(this).data(‘label’), {‘nonInteraction’: 1});
});
});

class=”recommend_list “
data-section-name=”work_recommend_history”
data-href=”https://www.dlsite.com/maniax/load/recommend/v2/=/type/viewsales2/reject/RG01025163/product_id/RJ01267758.html”
data-type=”viewsales2″
>

class=”recommend_list “
data-section-name=”work_recommend_history”
data-href=”https://www.dlsite.com/maniax/load/recommend/v2/=/type/history/product_id/RJ01267758.html”
data-type=”history”
>

$(function() {

// 未ログイン時の挙動対応
var islogin = false;
if ([‘1’, ‘3’].indexOf(document.getCookie(‘loginchecked’)) !== -1) {
islogin = true;
}

// サムネイルポップアップ

$(document).bind(‘ajaxSuccess’, function() {
var $target_blocks = $(‘.work_main_list_ncol’);
$target_blocks.each(function () {
if ($(this).thumbImgPopup !== undefined) {
$(this).thumbImgPopup();
$(this).setBlockViewSetting(‘mheight_01′,’__sp_detail’,’end’);
};
});
}
);

$.getJSON(‘https://www.dlsite.com/maniax/load/member/uninterest’).then(

function (res) {
var rejects = [].concat(res[‘reason_1’], res[‘reason_2’])

$(‘.recommend_list’).each(function(i, element){

var href = element.dataset.href
var type = element.dataset.type
href && $.get(href).then(function(res){
// html適応
$(element).html(res)

// イベント設定

$(element).find(‘li.swiper-slide’).each(function(i, li){
var $li = $(li)

// 不要な作品

if (~rejects.indexOf($li.data(‘prod’))) {
return $li.remove()
}

// miniメニュー開閉

$li.find(‘.mini_menu’).bind(‘click’, function (e) {
$li.find(‘.mini_menu_dropdown’).toggleClass(‘open’);
})

// 非表示設定

$li.find(‘.mini_menu_dropdown_inner’).bind(‘click’, function() {
// 未ログイン時は新規ユーザ登録ページに遷移
if (islogin) {
$.get(‘https://www.dlsite.com/maniax/cart/ajax/=/mode/nothanks/product_id/’ + $li.data(‘prod’))
.done(() => $li.find(‘.recommend_work_item’).addClass(‘hidden’))
.fail(() => window.location.href = ‘https://www.dlsite.com/maniax/regist/user’);
} else {
window.location.href = ‘https://www.dlsite.com/maniax/regist/user’;
}
})

// Vueの拡大ポップアップロジックを利用するためVueのinit処理を行い、コンポーネントをマウントする

$(window).triggerHandler(‘initialize.vue’);

const sendSilverEggEvent = function(e) {

var $self = $(e.currentTarget);

//GAイベント送信

try {
window.ga(‘send’, ‘event’, dlsite.getName(), ‘recommend_’ + $li.data(‘category’), $self[0].pathname);
} catch (ex) {
//
}

var param = {

prod: $li.data(‘prod’),
merch: ‘dlsite’,
spec: $li.data(‘spec’),
cref: $li.data(‘cref’),
cookie: document.getCookie(‘uniqid’)
};

if (!param[‘prod’] || !param[‘spec’] || !param[‘cref’]) {

return true;
}

var url = ‘https://dlsite.silveregg.net/pycre5/click?’ + $.param(param);

// クリックイベントを送出

if (!navigator.sendBeacon || !navigator.sendBeacon(url)) {
$.ajax(url, {
async: false,
timeout: 2000,
});
}

return true;

}
// レコメンド結果通知
$li.delegate(‘a’, ‘click’, function (e) {
sendSilverEggEvent(e);
});
// マウスホイールクリックの検知用
$li.delegate(‘a’, ‘mousedown’, function (e) {
if (e.button !== 1) return true;
return sendSilverEggEvent(e);
});
});

// 表示NG設定に基づいたフィルターの適用

$.filterImage();

// Swiper

new Swiper(element.firstChild, {
navigation: {
nextEl: ‘.swiper-button-next.type-‘ + type,
prevEl: ‘.swiper-button-prev.type-‘ + type,
disabledClass: ‘disable’,
},
slidesPerColumn: type === ‘viewsales2’ ? 2 : 1,
slidesPerView: Math.floor($(element).find(‘.swiper-container’).width() / 200),
slidesPerGroup: Math.floor($(element).find(‘.swiper-container’).width() / 200),
spaceBetween: 10,
breakpoints: {
1194: {
slidesPerView: 3,
slidesPerGroup: 3,
},
1364: {
slidesPerView: 4,
slidesPerGroup: 4,
},
1534: {
slidesPerView: 5,
slidesPerGroup: 5,
},
1704: {
slidesPerView: 6,
slidesPerGroup: 6,
},
1874: {
slidesPerView: 7,
slidesPerGroup: 7,
},
max: {
slidesPerView: 8,
slidesPerGroup: 8,
}
},
})
});
})
}
)
})

product-id=”RJ01267758″
parent-product-id=””
is-translation-parent=””
more-load=””
sort-in-page=””
is-simplified=”true”
>

$(function () {

var endpoint = ‘https://www.dlsite.com/maniax/work/matome/ajax/=/product_id/RJ01267758.html’;
$.get(endpoint).then(function(res){
// html適用
$(‘._work_matome’).html(res);

//要素表示時読み込み

if (document.getElementById(‘matome-swiper’) != null) {
// Swiper4系
var swiper = new Swiper(‘#matome-swiper’, {
slidesPerView: 6,
slidesPerGroup: 6,
spaceBetween: 20,
watchSlidesVisibility: true,
navigation: {
nextEl: ‘.swiper-button-next.type-matome’,
prevEl: ‘.swiper-button-prev.type-matome’,
},
preloadImages: false,
lazy: true,
breakpoints: {
1900: {
slidesPerView: 5,
slidesPerGroup: 5,
},
1620: {
slidesPerView: 4,
slidesPerGroup: 4,
},
1390: {
slidesPerView: 3,
slidesPerGroup: 3,
},
1150: {
slidesPerGroup: 2,
slidesPerView: 2,
}
}
});

$(‘.matome_box’).show();

var scrollIn = function(event) {

var target_rect = document.getElementById(‘matome-swiper’).getBoundingClientRect();
if (0 < target_rect.top && target_rect.bottom <= window.innerHeight) {
swiper.lazy.load();
window.removeEventListener(‘scroll’, scrollIn, false);
}
};
window.addEventListener(‘scroll’, scrollIn, false);
}
});
});

[  ]

シェアする

  • このエントリーをはてなブックマークに追加

フォローする

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny