3D Printable 6 FROGS by PrintYourMonsters (2024)

TribesStoreFronTiersPDFCanvasThe AdventureNEWPhysical

Loading

3D Printable 6 FROGS by PrintYourMonsters (2)3D

Published 2021-11-24T18:19:35+00:00

    3D Printable 6 FROGS by PrintYourMonsters (3)

    3D Printable 6 FROGS by PrintYourMonsters (4)

    3D Printable 6 FROGS by PrintYourMonsters (5)

    3D Printable 6 FROGS by PrintYourMonsters (6)

    3D Printable 6 FROGS by PrintYourMonsters (7)

    3D Printable 6 FROGS by PrintYourMonsters (8)

3D Printable 6 FROGS by PrintYourMonsters (9)

1,852 views

26 collections

Community Prints Add your picture

Be the first to share a picture of this printed object

2 comments

'+ '

'+ '' + comment.user.username + '' + (comment.user.is_premium?'3D Printable 6 FROGS by PrintYourMonsters (10)':"") + '' + comment.user.name+' • '+ formatDateToHumanReadable(comment['date_posted'])+source+ ''; if (comment.is_print == true && (comment.print_status == 2 || comment.print_status == 1) ) { //Add a Print subtitle after the posting date for this comment if (buildInModal){ returnData += ''; } else { returnData += '' + ' Community Print' + ''; } } let reply = ''; let textLikes = comment.likes == 1 ? ' Like' : ' Likes'; let likeButton = ''+comment.likes+''+ textLikes +''; let filterCommentsButton = 'Show all comments by '+comment.user.username+''; let dislikeButton = ''+comment.likes+''+ textLikes +''; likeButton = comment.is_liked ? dislikeButton : likeButton; reply = '

'+ likeButton + filterCommentsButton + '

'; returnData += '

' + '' + '' + '

'; return returnData + '

'+ '

'+ '' + replied + ''+ '' + Autolinker.link(escapeHTML(comment.comment)) + '' + '

    ' + attachments + '

' + hiddenPrint + reply + '

'+ '

'; } function filterComments(username){ $([document.documentElement, document.body]).animate({ scrollTop: $("#post-comment-avatar").offset().top - 150 }, 800); $('.comment').css('border-bottom', '0'); $('.comment').hide(); $('.comment[data-user="'+username+'"]').show(); $('.filterLink[data-user="'+username+'"]').replaceWith('Back to all comments'); $('.filterLink.show-all').css('opacity', '1'); } function showAllComments(username){ $('.filterLink[data-user="'+username+'"]').replaceWith('Show all comments by '+username+''); $('.filterLink').css('opacity', '0.6'); $('.comment').show(); } function bindImagePopup() { $('.commentimage').click(function() { const src = $('.commentimage').attr('src').replace('url(', '').replace(')', '').replace('comment-thumbnails', 'comment'); try { $(document).foundation() } catch(err) { window.open(src, '_blank'); } $.fancybox({ 'padding': 0, 'autoScale': true, 'width': 580, 'height': 580, 'href': src }).trigger('click'); }); } function escapeHTML(s, forAttribute) { const ESC_MAP = { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''' }; forAttribute = (typeof forAttribute !== 'undefined') ? forAttribute : true; s = s.replace(forAttribute ? /[&<>'"]/g : /[&<>]/g, function(c) { return ESC_MAP[c]; }); return s.replace(/(?:\r\n|\r|\n)/g, '
'); } Object.size = function(obj) { let size = 0; for(let key in obj) if(obj.hasOwnProperty(key)) size++; return size; };

3D Printable 6 FROGS by PrintYourMonsters (11)

    Loading comments... 3D Printable 6 FROGS by PrintYourMonsters (12)

    ' + '' + '' ); } else if(commentList.html() === 'Be the first to comment. ') { commentList.html(''); commentList.css('text-align', 'left'); } $('#comment_list').prepend(buildComment(comment)); $('#attachments_ul').empty(); $('#attachments').empty(); $('#is-print').hide(); $('#prints-options').hide(); $('#formnewcomment').val(''); const commentsCounter = $('.noComments'); commentsCounter.text(parseInt(commentsCounter.first().text()) + 1); } } }).always(function() { $('button').attr('disabled', false); $('#post-comment-loader').hide(); }); }); $('.ajax-upload-dragdrop').on('click', function() { window.customEventDispatcher.dispatchEvent('SHOW_LOGIN'); }); $('#formnewcomment').on('click', function() { window.customEventDispatcher.dispatchEvent('SHOW_LOGIN'); }); }setTimeout(initComments, '500') function appendCommentImage(image) { $('#attachments').append(''); $('#attachments_ul').append( '
  • ' + '3D Printable 6 FROGS by PrintYourMonsters (13)' + '' + '' + '' + '
  • ' ); if($('[id="attachments_ul"] li').length === 1) { $('#is-print').show(); $.ajax({ url: '/prints/create-prints-form/196454' }).done(function(data) { const options = $('#prints-options'); options.empty(); options.append(data); options.show(); }); } } function changeIsPrint(checkbox) { const options = $('#prints-options'); checkbox.checked ? options.show() : options.hide(); } function deleteCommentImage(uid) { $('[id="' + uid + '"]').parent().remove(); $('[id="attachments"] option[value="' + uid + '"]').remove(); if($('[id="attachments_ul"] li').length === 0) { $('#is-print').hide(); $('#prints-options').hide(); } $.ajax({ url: '/api/v2/image?upload_id=XXX'.replace('XXX', uid), method: 'DELETE' }); }

    3D Printable 6 FROGS by PrintYourMonsters (14)3D

    Published 2021-11-24T18:19:35+00:00

    PrintYourMonsters

    @PrintYourMonsters

    513 objects

    8,112Followers

    Send Message to PrintYourMonsters

    Please enter the code below

    3D Printable 6 FROGS by PrintYourMonsters (15)

    Send Message

    ×

    See your Inbox

    ×

    '; } $('#sendMessage').on('click',function(){ $('#result').html("").hide(); var message = $('#messagearea').val(); var captcha = $('#captchaAnswer').val(); if(message == ""){ $('#result').html(showMessage("Whoops! Message can not be empty!",'alert')).show(); return } if(captcha == ""){ $('#result').html(showMessage("Please enter to captcha code!",'alert')).show(); return } // Get some values from elements on the page: var username = 'PrintYourMonsters'; var url = "/users/message"; // Send the data using post var csrfToken = $('.csrf_token').val(); var captcha = $('#captchaAnswer').val(); $.ajax({ url: url, type: 'POST', data: { _csrf_token: csrfToken, captcha:captcha, content: message, username: username } }).done(function(data) { $('#messagearea').val(""); $('#captchaAnswer').val(""); $('#messageresult').html(showMessage(data,'success')).show(); $('#secondModal').foundation('reveal','open'); $('#captcharefresh').click(); }).fail(function(data) { $('#result').html(showMessage(data.responseJSON.error_description,'alert')).show(); }); }); }); $('.btn-message').hover(function(){ $('.btn-message i').addClass('color-mmfgreen'); }, function(){ $('.btn-message i').removeClass('color-mmfgreen'); });

    Add Files To Cart $12.90

    +VAT/Sales Tax (if applicable)

    92% goes to the Creator

    (excluding payment processing fees)

    50 2 Add to Collection

    Description

    65%DISCOUNT ON TRIBE

    6 Frogs

    -6 High definitionmodels

    -2 High definition bases

    SUPPORT ME ONTRIBE

    Big discount + welcome pack (with a lot of miniature models)

    License

    MyMiniFactory Digital File Store License Standard Digital File Store License

    Technical Information

    Date published 24/11/2021
    Price $12.90

    More Information

    Object Parts

    Tags

    creature mini set warhammer resin Frog pack patreon DnD frogs bundle emmanuel Pathfinder tribe swamp lepas supported

    Interesting objects for you

    ×

    26 collections where you can find 6 FROGS byPrintYourMonsters

    MYMINIFACTORY

    AboutHow it worksRelease LogHelp / FAQBlogCareersInvestor RelationsIntellectual Property

    MAKERS

    For MakersBrowse ContentPhysical MiniaturesScan The WorldThe AdventureCustomizer

    CREATORS

    Design CompetitionsBecome a Premium CreatorCreator Portal

    PARTNERS

    Organize a CompetitionMuseumsAPIAdvertize with us

    Copyright, MyMiniFactory, 2024 / 2 Berners Road, Islington, London, N1 0PW, United Kingdom /Privacy Policy / /Sitemap

    3D Printable 6 FROGS
            by PrintYourMonsters (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Moshe Kshlerin

    Last Updated:

    Views: 5379

    Rating: 4.7 / 5 (77 voted)

    Reviews: 92% of readers found this page helpful

    Author information

    Name: Moshe Kshlerin

    Birthday: 1994-01-25

    Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

    Phone: +2424755286529

    Job: District Education Designer

    Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

    Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.