User:AddictedAntler/Sandbox: Difference between revisions
From MCC Island Wiki
More actions
animated npc images testing |
No edit summary |
||
Line 1: | Line 1: | ||
====bookmarks==== | |||
* [[Special:NewFiles|new file gallery]] | |||
== css tests ↓↓↓ == | |||
==== mcci widget recreation ==== | |||
<div style=" | |||
background:#424e85; | |||
overflow:auto; | |||
padding:1.5em; | |||
width:auto; | |||
border-image: linear-gradient(to bottom, #55639d 50%, #4c5893 50%) 1; | |||
border-width: 4px; | |||
border-style: solid; | |||
box-shadow: | |||
#272e47 0px 6px 0px 0px, | |||
#161b2c 0px 0px 0px 4px, | |||
#161b2c 0px 9px 0px 4px;"> | |||
<h2 style="margin:0px;"> Heading text </h2> | |||
<h4 style="color:#ff7a00;"> Link Example </h4> | |||
<h4 style="color:#0096e2;"> Alt Link Example </h4> | |||
</div> | |||
{{clear}} | |||
==== deconstructed navigator ==== | |||
<!-- start of the main navigator div--> | |||
<div style=" | |||
margin: 0; | |||
text-align:center; | |||
background:#324b81; | |||
overflow:auto; | |||
padding:1.5em; | |||
width:auto; | |||
border-right: 4px solid #243a60; | |||
border-left: 4px solid #415d98; | |||
border-top: 0px; | |||
border-bottom: 0px;"> | |||
<!-- games header--> | |||
<h2 style="margin:0px; padding-bottom:0.8em; color:#6d8cca;"> Games </h2> | |||
<!-- start of game icons div --> | |||
<div style=" | |||
display: flex; | |||
justify-content: center; | |||
background:#1c2b46; | |||
overflow:auto; | |||
padding:1.5em; | |||
width:auto; | |||
height:300px; | |||
margin-bottom:15px; | |||
border-image: linear-gradient(to bottom, #243a60 50%, #415d98 50%) 1; | |||
border-width: 8px; | |||
border-style: solid;"> | |||
<div class="icon_holder_col" style=" | |||
width:65px; | |||
height:auto; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: space-between;"> | |||
[[File:Icon_RSR.png|64px|link=Rocket Spleef Rush]] | |||
<div> </div> | |||
[[File:Icon_HITW.png|64px|link=Hole in the Wall]] | |||
</div> | |||
<div class="icon_holder_row" style="display: flex; | |||
flex-direction: row; | |||
align-items: center;"> | |||
[[File:Icon_DYB.png|64px|link=Dynaball]] | |||
</div> | |||
<div class="icon_holder_col" style="width:65px; | |||
height:auto; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: space-between;"> | |||
[[File:Icon_SB.png|64px|link=Sky Battle]] | |||
<div> </div> | |||
[[File:Icon_TGTTOS.png|64px|link=TGTTOS]] | |||
</div> | |||
<div class="icon_holder_row" style="display: flex; | |||
flex-direction: row; | |||
align-items: center;"> | |||
[[File:Icon_PKW.png|64px|link=Parkour Warrior Survivor]] | |||
</div> | |||
<div class="icon_holder_col" style="width:65px; | |||
height:auto; | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: space-between;"> | |||
[[File:Icon_BB.png|64px|link=Battle Box]] | |||
<div> </div> | |||
[[File:Icon_PKWD.png|64px|link=Parkour Warrior Dojo]] | |||
</div> | |||
</div> | |||
<!-- end of game icons div --> | |||
<!-- start of invisible flex div holding quick play, fishing, and plobby browse --> | |||
<div style=" | |||
text-align: center; | |||
padding: 1.5em; | |||
margin: 0px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: flex-start;> | |||
<!-- start of invisible flex div holding quick play --> | |||
<div style="width: 100px; | |||
display: flex; | |||
vertical-align: top; | |||
text-align: center; | |||
flex-direction: column; | |||
align-items: center; | |||
padding-top: 2.5em;"> | |||
<!-- start of diamond shaped icon div for quick play --> | |||
<div style=" | |||
position:absolute; | |||
text-align:center; | |||
background:#415d98; | |||
padding:1.5em; | |||
width:84px; | |||
height:84px; | |||
border-image: linear-gradient(to top left, #243a60 50%, #6d8cca 50%) 1; | |||
border-width: 4px; | |||
border-style: solid; | |||
box-shadow: | |||
#1c2b46 0px 0px 0px 4px; | |||
transform:rotate(45deg);"> | |||
</div> | |||
<!-- end of diamond shaped icon div for quick play --> | |||
<!-- start of overlaid random game icon --> | |||
<div style=" | |||
width:64px; | |||
height:64px; | |||
position: absolute; | |||
margin-top: -6px; | |||
margin-right: -6px; | |||
color: #333;"> | |||
[[File:Icon-Random_Game.png|64px|link=Parkour Warrior Survivor]] | |||
</div> | |||
<!-- end of overlaid random game icon --> | |||
<h2 style="margin-top:5em; color:#6d8cca;"> Quick Play </h2> | |||
</div> | |||
<!-- end of invisible flex div holding quick play --> | |||
<!-- start of flex div holding fishing --> | |||
<div style="background:#0096e2; | |||
width: 250px; | |||
height: 250px; | |||
display: flex; | |||
vertical-align: top; | |||
text-align: center; | |||
flex-direction: column; | |||
align-items: center; | |||
margin: 0em 3em; | |||
padding-top: 0.2em; | |||
border-image: linear-gradient(to bottom, #03c2ff 75%, #004c83 50%) 1; | |||
border-width: 4px; | |||
border-style: solid; | |||
box-shadow: | |||
#002550 0px 0px 0px 4px;"> | |||
<!-- start of diamond shaped icon div for fishing --> | |||
<div style=" | |||
position:absolute; | |||
text-align:center;"> | |||
[[File:Icon-StarBadge_Orange.png|112px]] | |||
</div> | |||
<!-- end of orange icon div for fishing --> | |||
<!-- start of overlaid fishing icon --> | |||
<div style=" | |||
position: absolute; | |||
margin-top: 24px;"> | |||
[[File:Icon-Rod.png|65px|link=Fishing]] | |||
</div> | |||
<!-- end of overlaid fishing icon --> | |||
<h2 style="margin-top:6em;"> Fishing </h2> | |||
</div> | |||
<!-- end of flex div holding fishing --> | |||
<!-- start of invisible flex div holding plobby browse --> | |||
<div style="width: 100px; | |||
display: flex; | |||
vertical-align: top; | |||
text-align: center; | |||
flex-direction: column; | |||
align-items: center; | |||
padding-top: 2.5em;"> | |||
<!-- start of diamond shaped icon div for plobby browse --> | |||
<div style=" | |||
position:absolute; | |||
text-align:center; | |||
background:#415d98; | |||
padding:1.5em; | |||
width:84px; | |||
height:84px; | |||
border-image: linear-gradient(to top left, #243a60 50%, #6d8cca 50%) 1; | |||
border-width: 4px; | |||
border-style: solid; | |||
box-shadow: | |||
#1c2b46 0px 0px 0px 4px; | |||
transform:rotate(45deg);"> | |||
</div> | |||
<!-- end of diamond shaped icon div for plobby browse --> | |||
<!-- start of overlaid plobby browse icon --> | |||
<div style=" | |||
width:64px; | |||
height:64px; | |||
position: absolute; | |||
margin-top: -6px; | |||
margin-right: -6px; | |||
color: #333;"> | |||
[[File:Icon-Plobby_Browse.png|64px|link=Plobby]] | |||
</div> | |||
<!-- end of overlaid random game icon --> | |||
<h2 style="margin-top:5em; color:#6d8cca;"> Plobby Browse </h2> | |||
</div> | |||
<!-- end of invisible flex div holding plobby browse --> | |||
</div> | |||
<!-- Location Icons Box --> | |||
<div style=" | |||
margin: 2em 0; | |||
text-align:center; | |||
background:#415d98; | |||
overflow:auto; | |||
padding:0.5em; | |||
width:auto; | |||
border-right: 4px solid #324b81; | |||
border-left: 4px solid #324b81; | |||
border-top: 4px solid #6d8cca; | |||
border-bottom: 4px solid #6d8cca; | |||
box-shadow: | |||
#1c2b46 0px 0px 0px 4px;"> | |||
<div style="text-align: center; display: flex; align-items: center; justify-content: center;"> | |||
[[File:Icon-Island.png|64px|link=Island Entrance]] | |||
[[File:Icon-Splinters-Workshop.png|64px|link=Splinter's Workshop]] | |||
[[File:Icon-Scavengers-Hideout.png|64px|link=Scavenger's Hideout]] | |||
[[File:Icon-Pose.png|64px|link=Posé]] | |||
[[File:Icon-Mastery-Gate.png|64px|link=Mythic Gate]] | |||
</div> | |||
</div> | |||
= | <h2 style="margin:0px; color:#6d8cca;"> Locations </h2> | ||
</div> | |||
== fish stuff ↓↓↓ == | |||
==== list of islands ==== | ==== list of islands ==== |
Revision as of 23:04, 16 January 2025
bookmarks
css tests ↓↓↓
mcci widget recreation
Heading text
Link Example
Alt Link Example
deconstructed navigator
fish stuff ↓↓↓
list of islands
- Verdant Woods
- Floral Forest
- Dark Grove
- Tropical Overgrowth
- Coral Shores
- Twisted Swamp
- Ancient Sands
- Blazing Canyon
- Ashen Wastes
list of grottos
Hooks | Magnets | Rods | Pots | Chances |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
File:Elusive Chance.png |
![]() |
![]() |
![]() |
![]() |
File:Wayfinder Chance.png |
![]() |
![]() |
![]() |
![]() |
File:Pearl Chance.png |
![]() |
![]() |
![]() |
![]() |
File:Treasure Chance.png |
![]() |
![]() |
![]() |
![]() |
File:Spirit Chance.png |
Fish Files
There are 3 different fish for each rarity per island: Two Normal fish (one available during the Day and one during the
Night) and one Elusive fish (available
Always).
Type | Time | |
---|---|---|
Normal | ![]() | |
Normal | ![]() | |
Elusive | ![]() ![]() |
Weight trophy values are determined by rarity, and the final trophy value is calculated by adding all weights caught.
For calculating trophy values from -
letting x
represent the trophy value of the prior rarity and y
represent the base value of each weight
average - trophy value is x + 3
large - trophy value is x + 4
massive - trophy value is x + 5
gargantuan - trophy value is x + 6
total trophy value is x + 18
fish follow
y * 10
Rarity | Trophies by Weight | Total Trophies |
---|---|---|
![]() |
Average - 6 ![]() Large - 8 ![]() Massive - 10 ![]() Gargantuan - 12 ![]() |
36 ![]() |
![]() |
Average - 9 ![]() Large - 12 ![]() Massive - 15 ![]() Gargantuan - 18 ![]() |
54 ![]() |
![]() |
Average - 12 ![]() Large - 16 ![]() Massive - 20 ![]() Gargantuan - 24 ![]() |
72 ![]() |
![]() |
Average - 15 ![]() Large - 20 ![]() Massive - 25 ![]() Gargantuan - 30 ![]() |
90 ![]() |
![]() |
Average - 18 ![]() Large - 24 ![]() Massive - 30 ![]() Gargantuan - 36 ![]() |
108 ![]() |
![]() |
Average - 30 ![]() Large - 40 ![]() Massive - 50 ![]() Gargantuan - 60 ![]() |
180 ![]() |
![]() Plain Goby |
![]() Forest Cod |
![]() Stone Salmon |
Common ![]() Type: Normal Time: ![]() Total: 36 ![]() |
Common ![]() Type: Normal Time: ![]() Total: 36 ![]() |
Common ![]() Type: Elusive Time: ![]() ![]() Total: 36 ![]() |
![]() Spring Sprat |
![]() Stringfish |
![]() Stone Carp |
Uncommon ![]() Type: Normal Time: ![]() Total: 54 ![]() |
Uncommon ![]() Type: Normal Time: ![]() Total: 54 ![]() |
Uncommon ![]() Type: Elusive Time: ![]() ![]() Total: 54 ![]() |