Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
mNo edit summary
 
M Ian (talk | contribs)
(guarding is a modifikation)
 
Line 1: Line 1:
  +
{{item infobox
−
if (wgNamespaceNumber == 6) {
 
  +
| image = [[File:Royal Gel.PNG]]
−
$('#filetoc').append('<li><a class="foreignLink" href="#ddd">List Foreign Uses</a></li>');
 
  +
| type = Accessory
−
$('.foreignLink').click(function(){
 
  +
| stack =
−
$('.interUses').remove();
 
  +
| tooltip = Slimes become friendly.
−
$('div[id$="linkstoimage"]').append('<ul class="interUses"></ul>');
 
  +
| rare =
−
var $interUses = $('.interUses');
 
  +
| use =
−
var URLprefix = 'http://terraria',
 
  +
| sell =
−
URLsuffix = '.gamepedia.com/api.php?format=json&callback=?';
 
  +
| id =
−
var msgForeignUses = 'Foreign uses',
 
 
}}
−
msgImageLink = 'image page',
 
  +
{{future features}}
−
msgNoUses = 'No foreign uses of this image were detected.';
 
  +
{{pc only}}
−
$interUses.append('<h2 style="margin-left:-22px;">' + msgForeignUses + '</h2>');
 
  +
−
var langs = {
 
  +
The '''Royal Gel''' is an Expert Mode accessory from Treasure Bag when you kill King Slime. It is planned for the 1.3 update<ref> https://www.youtube.com/watch?v=ZSHvImFoKM4 ChippyGaming: Royal Gel Terraria 1.3 item - LETS HIGH 5 SLIMES (Terraria item Tutorial)</ref>.
−
'Russian':'-ru',
 
  +
<br />
−
'French':'-fr',
 
  +
−
'Polish':'-pl',
 
  +
==References==
−
'Portuguese':'-pt',
 
  +
<references/>
−
'Korean':'-ko',
 
  +
−
'Chinese':'-zhtw'
 
  +
==History==
−
};
 
  +
{{history|1.3|Introduced.}}
−
$.each(langs, function(key, value) {
 
  +
−
var currentLangCode = value;
 
  +
{{Master Template Equipables
−
var request2 = { action:'query', list:'allimages', ailimit:'1', aifrom:wgTitle }
 
  +
| show-acc = yes
−
$.getJSON(URLprefix + currentLangCode + URLsuffix, request2, function(response2) {
 
  +
}}
−
$.each(response2.query.allimages, function(index, value){
 
  +
{{Unverified}}
−
if (value.name != wgTitle.replace(/ /g,'_')){
 
−
var request1 = { action:'query', list:'imageusage', iutitle:wgPageName };
 
−
$.getJSON(URLprefix + currentLangCode + URLsuffix, request1, function(response1) {
 
−
var currentLangName = key;
 
−
if (response1.query.imageusage.length > 0) {
 
−
$interUses.append('<h3 style="margin-left:-20px;">' +
 
−
currentLangName + ' <span style="font-size:85%">(<a href="' + URLprefix +
 
−
currentLangCode + '.gamepedia.com/' + wgPageName + '">' +
 
−
msgImageLink + '</a>)</span></h3>');
 
−
$.each(response1.query.imageusage, function(index, value) {
 
−
$interUses.append('<li><a href="' + URLprefix +
 
−
currentLangCode + '.gamepedia.com/' + value.title + '">' +
 
−
value.title + '</a></li>');
 
−
});
 
−
}
 
−
});
 
−
}
 
−
});
 
−
});
 
−
});
 
−
setTimeout(function(){$interUses[0].scrollIntoView(true)}, 1000);
 
−
setTimeout(function(){
 
−
if ($interUses.find('li').length < 1){
 
−
$interUses.append('<h3>' + msgNoUses + '</h3>');
 
−
}
 
−
}, 1000);
 
−
});
 
}
 

Revision as of 15:14, 29 June 2015

Royal Gel
Statistics
Type
TooltipSlimes become friendly.
    Gold Watch
    The information describes upcoming Terraria features.
    Features described below not yet included in the game, and is subject to change. They may or may not end up in a future Terraria release.

    Template:Pc only

    The Royal Gel is an Expert Mode accessory from Treasure Bag when you kill King Slime. It is planned for the 1.3 update[1].

    References

    1. ↑ https://www.youtube.com/watch?v=ZSHvImFoKM4 ChippyGaming: Royal Gel Terraria 1.3 item - LETS HIGH 5 SLIMES (Terraria item Tutorial)

    History

    • 1.3: Introduced.

    Template:Unverified