Jump to content

Main Page: Difference between revisions

From inZOI Wiki
No edit summary
No edit summary
 
(70 intermediate revisions by the same user not shown)
Line 3: Line 3:
<!--        HERO / BANNER      -->
<!--        HERO / BANNER      -->
<!-- =========================== -->
<!-- =========================== -->
<div style="text-align:center; margin:2em 0; background-color:#f8f9fa; padding:2em 1em; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.05);">
<div class="hero-banner">
   <!-- Banner with improved styling -->
   <!-- Banner with improved styling - Reduced height -->
   [[File:inzoi banner.jpg|600px|center|alt=inZOI Banner|link=inZOI]]
   [[File:inzoi banner.jpg|400px|center|alt=inZOI Banner|link=inZOI]]
   <div style="font-size:2.5em; font-weight:bold; margin-top:0.8em; color:#2c3e50; text-shadow:1px 1px 2px rgba(0,0,0,0.1);">
   <div class="hero-title">
     Welcome to inzoiwiki.com
     Welcome to inzoiwiki.com
   </div>
   </div>
   <div style="font-size:1.4em; margin-top:0.4em; color:#34495e; font-weight:300;">
   <div class="hero-subtitle">
     Your comprehensive community-run resource for the life simulation game
     Your comprehensive community-run wiki for the life simulation game
   </div>
   </div>
 
</div> <!-- Closing hero-banner div was missing, added it here -->
  <!-- Quick access buttons -->
  <div style="margin-top:1.5em; display:flex; justify-content:center; flex-wrap:wrap; gap:10px;">
    <a href="[[Character creation]]" style="display:inline-block; padding:0.6em 1.2em; background-color:#3498db; color:white; text-decoration:none; border-radius:4px; font-weight:bold; transition:all 0.2s;">Get Started</a>
    <a href="[[Guides]]" style="display:inline-block; padding:0.6em 1.2em; background-color:#2ecc71; color:white; text-decoration:none; border-radius:4px; font-weight:bold; transition:all 0.2s;">Guides</a>
    <a href="[[Special:CreateAccount]]" style="display:inline-block; padding:0.6em 1.2em; background-color:#e74c3c; color:white; text-decoration:none; border-radius:4px; font-weight:bold; transition:all 0.2s;">Join Community</a>
  </div>
</div>


<!-- =========================== -->
<!-- =========================== -->
<!--    ABOUT SECTION          -->
<!--    ABOUT SECTION          -->
<!-- =========================== -->
<!-- =========================== -->
<div style="max-width:900px; margin:2em auto; font-size:1.1em; line-height:1.7; text-align:center; color:#333; background-color:white; padding:1.5em; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.05);">
<div class="about-section">
   <h2 style="color:#2c3e50; margin-bottom:0.8em; font-size:1.8em;">About inZOI</h2>
   <h2>About inZOI Wiki</h2>
   <p>
   <p>
     inZOI is a life simulation game developed and published by Krafton. Whether you're a seasoned life sim expert or completely new to the genre, this wiki is here to help you explore everything inZOI has to offer. Feel free to [[Special:CreateAccount|create an account]] and share your discoveries. Together, we hope to turn the wiki into the ultimate resource for inZOI.
     inZOI is a life simulation game developed and published by Krafton. Whether you're a seasoned life sim expert or completely new to the genre, this wiki is here to help you explore everything inZOI has to offer. Feel free to [[Special:CreateAccount|create an account]] and share your discoveries. Together, we hope to turn the wiki into the ultimate resource for inZOI.
   </p>
   </p>
  <div style="margin-top:1em; display:flex; justify-content:center; gap:15px;">
    <a href="https://playinzoi.com/en/" style="color:#3498db; text-decoration:none; font-weight:bold;">Official Website</a> |
    <a href="https://store.steampowered.com/app/2456740/inZOI/" style="color:#3498db; text-decoration:none; font-weight:bold;">Steam Page</a> |
    <a href="https://discord.com/invite/inzoi" style="color:#3498db; text-decoration:none; font-weight:bold;">Official Discord</a>
  </div>
</div>
<!-- =========================== -->
<!--    FEATURED CONTENT        -->
<!-- =========================== -->
<div style="margin:2em auto; max-width:1000px;">
  <div style="display:flex; justify-content:space-between; align-items:center; margin-bottom:1em;">
    <h2 style="color:#2c3e50; margin:0; font-size:1.8em;">Featured Content</h2>
    <a href="[[Special:RecentChanges]]" style="color:#3498db; text-decoration:none; font-weight:bold;">View Recent Updates →</a>
  </div>
 
  <div style="display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 1fr)); gap:20px;">
    <!-- Featured Card 1 -->
    <div style="background-color:white; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1); transition:transform 0.2s;">
      [[File:character_creation.jpg|300px|center|alt=Character Creation|link=Character creation]]
      <div style="padding:1em;">
        <h3 style="margin-top:0; color:#2c3e50;">Character Creation</h3>
        <p style="color:#555;">Learn how to create your perfect Zoi with our comprehensive guide to character creation.</p>
        <a href="[[Character creation]]" style="color:#3498db; text-decoration:none; font-weight:bold;">Read More →</a>
      </div>
    </div>
   
    <!-- Featured Card 2 -->
    <div style="background-color:white; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1); transition:transform 0.2s;">
      [[File:cities.jpg|300px|center|alt=Cities|link=Cities]]
      <div style="padding:1em;">
        <h3 style="margin-top:0; color:#2c3e50;">Explore Cities</h3>
        <p style="color:#555;">Discover the unique cities of inZOI, from the bustling streets of Dowon to the beaches of Bliss Bay.</p>
        <a href="[[Cities]]" style="color:#3498db; text-decoration:none; font-weight:bold;">Read More →</a>
      </div>
    </div>
   
    <!-- Featured Card 3 -->
    <div style="background-color:white; border-radius:8px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,0.1); transition:transform 0.2s;">
      [[File:gameplay.jpg|300px|center|alt=Gameplay|link=Guides]]
      <div style="padding:1em;">
        <h3 style="margin-top:0; color:#2c3e50;">Gameplay Guides</h3>
        <p style="color:#555;">Master the game with our collection of guides covering relationships, crafting, and more.</p>
        <a href="[[Guides]]" style="color:#3498db; text-decoration:none; font-weight:bold;">Read More →</a>
      </div>
    </div>
  </div>
</div>
</div>


Line 83: Line 29:
<!-- Desktop view (2 columns per row) -->
<!-- Desktop view (2 columns per row) -->
<div class="desktop-view">
<div class="desktop-view">
<div style="margin:2em auto; max-width:1000px;">
<div class="main-sections">
{| style="width:100%; border-spacing:1em; margin:0 auto; background-color:#f8f9fa; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.05);"
{| class="wiki-table"
|-
|-
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e3f2fd; border-radius:6px; border:none; color:#1565c0; font-size:1.3em;" | '''News & Updates'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e3f2fd; border-radius:6px; border:none; color:#1565c0; font-size:1.3em; text-align:center;" | '''News & Updates'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.3em;" | '''Getting Started'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.3em; text-align:center;" | '''Getting Started'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [https://playinzoi.com/en/news/8067 Fan Art Winner Announcement] <span style="color:#888; font-size:0.9em;">- Mar 10, 2025</span>
* [https://playinzoi.com/en/news/8362 Creative Studio Release]
* [https://playinzoi.com/en/news/7920 Early Access Release Date Announcement] <span style="color:#888; font-size:0.9em;">- Feb 28, 2025</span>
* [https://playinzoi.com/en/news/8324 Creative Studio Opening Announcement]
* [https://playinzoi.com/en/news/7897 Fan Art Contest] <span style="color:#888; font-size:0.9em;">- Feb 15, 2025</span>
* [https://playinzoi.com/en/news/8303 System Requirements and Optimal Settings]
* [https://playinzoi.com/en/news/7729 Create a Zoi Hashtag Event Winners] <span style="color:#888; font-size:0.9em;">- Jan 30, 2025</span>
* [https://playinzoi.com/en/news/8280 Discord AMA Summary]
* [https://playinzoi.com/en/news/7701 Canvas Top 10 Event Winners] <span style="color:#888; font-size:0.9em;">- Jan 20, 2025</span>
* [https://playinzoi.com/en/news/8267 Online Showcase Announcement]


<div style="text-align:right; margin-top:0.5em;">
<div class="view-all">
[[:Category:News|See all news →]]
[[Development Roadmap]]
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[System requirements]]
*[[Graphical settings]]
*[[Controls]]
*[[Character creation]]
*[[User Interface]]
*[[Build Mode]]
*[[Beginner's Guide]]
*[[Canvas]]
*[[Build Studio]]
</div>
|-
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em; text-align:center;" | '''Character Development'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.3em; text-align:center;" | '''Game Mechanics and Features'''
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Ambitions]]
*[[Deaths]]
*[[Desired Life]]
*[[Life Stages]]
*[[Motives]]
*[[Needs]]
*[[Preferences]]
*[[Skills]]
*[[Traits]]
*[[Urges]]
*[[Values]]
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[3D Printer]]
*[[Animals]]
*[[Cars]]
*[[Cheats]]
*[[Cleanliness]]
*[[Edit City]]
*[[Facial Capture]]
*[[Filters]]
*[[Fire]]
*[[Ghosts]]
*[[Hospitals]]
*[[Karma]]
*[[Map]]
*[[Meow Store]]
*[[Multitasking]]
*[[Pets]]
*[[Rumors]]
*[[Smart Zoi]]
*[[Smartphone]]
*[[Themed Studio]]
*[[Utility Bills]]
*[[Weather]]
*[[Zois]]
</div>
|-
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.3em; text-align:center;" | '''Relationships & Social'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e1f5fe; border-radius:6px; border:none; color:#0277bd; font-size:1.3em; text-align:center;" | '''Work and Education'''
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Interactions]]
*[[Social Events]]
*[[Relationships]]
*[[Family]]
*[[Romance]]
*[[Marriage]]
*[[Divorce]]
*[[Pregnancy]]
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Jobs]]
*[[Careers]]
*[[Dowon Jobs]]
*[[Bliss Bay Jobs]]
*[[Dowon Students]]
*[[Bliss Bay Students]]
*[[University]]
*[[Schools]]
</div>
|-
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em; text-align:center;" | '''Activities'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.3em; text-align:center;" |
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Buy Lottery Tickets]]
*[[Cooking]]
*[[Surfing]]
*[[Amusement Park]]
</div>
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column">
* [[System requirements]] <span style="color:#888; font-size:0.9em;">- Tech specs</span>
*
* [[Graphical settings]] <span style="color:#888; font-size:0.9em;">- Visual options</span>
* [[Controls]] <span style="color:#888; font-size:0.9em;">- Game controls</span>
* [[Character creation]] <span style="color:#888; font-size:0.9em;">- Create your Zoi</span>
* [[Canvas]] <span style="color:#888; font-size:0.9em;">- Creative mode</span>
</div>
</div>
|-
|-
! style="vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em;" | '''Character'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.3em; text-align:center;" | '''[[Cities]]'''
! style="vertical-align:top; padding:1.2em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.3em;" | '''Features'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e1f5fe; border-radius:6px; border:none; color:#0277bd; font-size:1.3em; text-align:center;" | '''[[NPCs]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="column-count:2; column-gap:20px;">
<div class="two-column-list">
* [[Traits]] <span style="color:#888; font-size:0.9em;">- Personality</span>
*[[Dowon]]
* [[Desired Life]] <span style="color:#888; font-size:0.9em;">- Life goals</span>
*[[Bliss Bay]]
* [[Ambitions]] <span style="color:#888; font-size:0.9em;">- Aspirations</span>
*[[Kucingku]]
* [[Preferences]] <span style="color:#888; font-size:0.9em;">- Likes/dislikes</span>
* [[Values]] <span style="color:#888; font-size:0.9em;">- Core beliefs</span>
* [[Skills]] <span style="color:#888; font-size:0.9em;">- Abilities</span>
* [[Life Stages]] <span style="color:#888; font-size:0.9em;">- Aging</span>
* [[Motives]] <span style="color:#888; font-size:0.9em;">- Needs</span>
</div>
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="column-count:2; column-gap:20px;">
<div class="two-column-list">
* [[Animals]] <span style="color:#888; font-size:0.9em;">- Wildlife</span>
*[[Zois]]
* [[Cars]] <span style="color:#888; font-size:0.9em;">- Vehicles</span>
*[[Psycat]]
* [[Cheats]] <span style="color:#888; font-size:0.9em;">- Shortcuts</span>
*[[Bora]]
* [[Cooking]] <span style="color:#888; font-size:0.9em;">- Recipes</span>
*[[Henri]]
* [[Ghosts]] <span style="color:#888; font-size:0.9em;">- Spirits</span>
* [[Hospitals]] <span style="color:#888; font-size:0.9em;">- Healthcare</span>
* [[Jobs and Careers]] <span style="color:#888; font-size:0.9em;">- Work</span>
* [[Karma]] <span style="color:#888; font-size:0.9em;">- Consequences</span>
* [[Multitasking]] <span style="color:#888; font-size:0.9em;">- Efficiency</span>
* [[Pets]] <span style="color:#888; font-size:0.9em;">- Companions</span>
* [[Schools]] <span style="color:#888; font-size:0.9em;">- Education</span>
* [[Weather]] <span style="color:#888; font-size:0.9em;">- Climate</span>
</div>
</div>
|-
|-
! style="vertical-align:top; padding:1.2em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.3em;" | '''[[Cities]]'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.3em; text-align:center;" | '''[[Furniture]]'''
! style="vertical-align:top; padding:1.2em; background-color:#e1f5fe; border-radius:6px; border:none; color:#0277bd; font-size:1.3em;" | '''[[NPCs]]'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.3em; text-align:center;" | '''[[Objects]]''' and '''[[Items]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column">
* [[Dowon]] <span style="color:#888; font-size:0.9em;">- Urban center</span>
*[[Bedroom Furniture|Bedroom]]
* [[Bliss Bay]] <span style="color:#888; font-size:0.9em;">- Beach town</span>
*[[Living Room Furniture|Living Room]]
* [[Cahaya]] <span style="color:#888; font-size:0.9em;">- Cultural hub</span>
*[[Kitchen Furniture|Kitchen]]
* [[Kucingku]] <span style="color:#888; font-size:0.9em;">- Rural village</span>
*[[Bathroom Furniture|Bathroom]]
*[[Home Office Furniture|Home Office]]
*[[Hobby Furniture|Hobby]]
*[[Outdoors Furniture|Outdoors]]
*[[Social Event Furniture|Social Event]]
*[[Other Furniture|Other]]
</div>
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column-list">
* [[Psycat]] <span style="color:#888; font-size:0.9em;">- Musician</span>
*[[Donuts]]
* [[Bora]] <span style="color:#888; font-size:0.9em;">- Artist</span>
* [[Henri]] <span style="color:#888; font-size:0.9em;">- Chef</span>
</div>
</div>
|-
|-
! style="vertical-align:top; padding:1.2em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.3em;" | '''[[Objects]] & [[Items]]'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em; text-align:center;" | '''Buildings'''
! style="vertical-align:top; padding:1.2em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.3em;" | '''[[Clothes]]'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.3em; text-align:center;" | '''Clothes'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column">
* [[Furniture]] <span style="color:#888; font-size:0.9em;">- Home decor</span>
*
* [[Electronics]] <span style="color:#888; font-size:0.9em;">- Gadgets</span>
* [[Collectibles]] <span style="color:#888; font-size:0.9em;">- Rare items</span>
* [[Crafting Materials]] <span style="color:#888; font-size:0.9em;">- Resources</span>
</div>
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column">
* [[Casual Wear]] <span style="color:#888; font-size:0.9em;">- Everyday</span>
* [[Casual Wear]]
* [[Formal Attire]] <span style="color:#888; font-size:0.9em;">- Elegant</span>
* [[Formal Attire]]
* [[Accessories]] <span style="color:#888; font-size:0.9em;">- Add-ons</span>
* [[Accessories]]
* [[Seasonal Outfits]] <span style="color:#888; font-size:0.9em;">- Weather</span>
* [[Seasonal Outfits]]
</div>
</div>
|-
|-
! style="vertical-align:top; padding:1.2em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.3em;" | '''Guides'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.3em; text-align:center;" | '''[[Guides]]'''
! style="vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em;" | '''Community'''
! style="width:50%; vertical-align:top; padding:1.2em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.3em; text-align:center;" | '''Community'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column-list">
* [[All About NPCs & Relationships]] <span style="color:#888; font-size:0.9em;">- Social</span>
*[[How to Make Money (Meow)]]
* [[Crafting 101: Essential Recipes]] <span style="color:#888; font-size:0.9em;">- Making</span>
*[[How to Win the Lottery]]
* [[Town Building & Upgrades]] <span style="color:#888; font-size:0.9em;">- Development</span>
* [[All About NPCs & Relationships]]
* [[Beginner's Guide]] <span style="color:#888; font-size:0.9em;">- Starter tips</span>
* [[Town Building & Upgrades]]
</div>
</div>
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="display:grid; grid-template-columns:1fr 1fr; gap:10px;">
<div class="two-column-list">
* [[Wanted Pages]] <span style="color:#888; font-size:0.9em;">- Help needed</span>
* [[Wanted Pages]]
* [[Stubs to Expand]] <span style="color:#888; font-size:0.9em;">- Add content</span>
* [[Stubs to Expand]]
* [[Editing Tutorials]] <span style="color:#888; font-size:0.9em;">- Learn to edit</span>
* [[Editing Tutorials]]
* [[Community Portal]] <span style="color:#888; font-size:0.9em;">- Discussion</span>
* [[Community Portal]]
</div>
</div>
|}
|}
Line 196: Line 218:
<!-- Mobile view (1 column per row) -->
<!-- Mobile view (1 column per row) -->
<div class="mobile-view">
<div class="mobile-view">
<div style="margin:1.5em auto; max-width:100%;">
<div class="main-sections-mobile">
{| style="width:100%; border-spacing:0.8em; margin:0 auto; background-color:#f8f9fa; border-radius:8px; padding:0.5em; box-shadow:0 2px 8px rgba(0,0,0,0.05);"
{| class="wiki-table-mobile"
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e3f2fd; border-radius:6px; border:none; color:#1565c0; font-size:1.2em;" | '''News & Updates'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#e3f2fd; border-radius:6px; border:none; color:#1565c0; font-size:1.2em; text-align:center;" | '''News & Updates'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [https://playinzoi.com/en/news/8067 Fan Art Winner Announcement] <span style="color:#888; font-size:0.9em;">- Mar 10, 2025</span>
* [https://playinzoi.com/en/news/8067 Fan Art Winner Announcement]
* [https://playinzoi.com/en/news/7920 Early Access Release Date Announcement] <span style="color:#888; font-size:0.9em;">- Feb 28, 2025</span>
* [https://playinzoi.com/en/news/7920 Early Access Release Date Announcement]
* [https://playinzoi.com/en/news/7897 Fan Art Contest] <span style="color:#888; font-size:0.9em;">- Feb 15, 2025</span>
* [https://playinzoi.com/en/news/7897 Fan Art Contest]


<div style="text-align:right; margin-top:0.5em;">
<div class="view-all">
[[:Category:News|See all news →]]
[[:Category:News|See all news →]]
</div>
</div>
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.2em;" | '''Getting Started'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.2em; text-align:center;" | '''Getting Started'''
|-
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[System requirements]]
*[[Graphical settings]]
*[[Controls]]
*[[Character creation]]
*[[User Interface]]
*[[Build Mode]]
*[[Beginner's Guide]]
*[[Canvas]]
*[[Build Studio]]
</div>
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em; text-align:center;" | '''Character Development'''
|-
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Ambitions]]
*[[Deaths]]
*[[Desired Life]]
*[[Life Stages]]
*[[Motives]]
*[[Needs]]
*[[Preferences]]
*[[Skills]]
*[[Traits]]
*[[Urges]]
*[[Values]]
</div>
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.2em; text-align:center;" | '''Game Mechanics and Features'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[System requirements]] <span style="color:#888; font-size:0.9em;">- Tech specs</span>
<div class="two-column">
* [[Graphical settings]] <span style="color:#888; font-size:0.9em;">- Visual options</span>
*[[3D Printer]]
* [[Controls]] <span style="color:#888; font-size:0.9em;">- Game controls</span>
*[[Animals]]
* [[Character creation]] <span style="color:#888; font-size:0.9em;">- Create your Zoi</span>
*[[Cars]]
* [[Canvas]] <span style="color:#888; font-size:0.9em;">- Creative mode</span>
*[[Cheats]]
*[[Cleanliness]]
*[[Edit City]]
*[[Facial Capture]]
*[[Filters]]
*[[Fire]]
*[[Ghosts]]
*[[Hospitals]]
*[[Karma]]
*[[Map]]
*[[Meow Store]]
*[[Multitasking]]
*[[Pets]]
*[[Rumors]]
*[[Smart Zoi]]
*[[Smartphone]]
*[[Themed Studio]]
*[[Utility Bills]]
*[[Weather]]
*[[Zois]]
</div>
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.2em; text-align:center;" | '''Relationships and Social'''
|-
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div class="two-column">
*[[Interactions]]
*[[Social Events]]
*[[Relationships]]
*[[Family]]
*[[Romance]]
*[[Marriage]]
*[[Divorce]]
*[[Pregnancy]]
</div>
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em;" | '''Character'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.2em; text-align:center;" | '''Work and Education'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="column-count:2; column-gap:20px;">
<div class="two-column">
* [[Traits]] <span style="color:#888; font-size:0.9em;">- Personality</span>
*[[Jobs]]
* [[Desired Life]] <span style="color:#888; font-size:0.9em;">- Life goals</span>
*[[Careers]]
* [[Ambitions]] <span style="color:#888; font-size:0.9em;">- Aspirations</span>
*[[Dowon Jobs]]
* [[Preferences]] <span style="color:#888; font-size:0.9em;">- Likes/dislikes</span>
*[[Bliss Bay Jobs]]
* [[Values]] <span style="color:#888; font-size:0.9em;">- Core beliefs</span>
*[[Dowon Students]]
* [[Skills]] <span style="color:#888; font-size:0.9em;">- Abilities</span>
*[[Bliss Bay Students]]
* [[Life Stages]] <span style="color:#888; font-size:0.9em;">- Aging</span>
*[[University]]
* [[Motives]] <span style="color:#888; font-size:0.9em;">- Needs</span>
*[[Schools]]
</div>
</div>
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fce4ec; border-radius:6px; border:none; color:#c2185b; font-size:1.2em;" | '''Features'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em; text-align:center;" | '''Activities'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
<div style="column-count:2; column-gap:20px;">
<div class="two-column">
* [[Animals]] <span style="color:#888; font-size:0.9em;">- Wildlife</span>
*[[Buy Lottery Tickets]]
* [[Cars]] <span style="color:#888; font-size:0.9em;">- Vehicles</span>
*[[Cooking]]
* [[Cheats]] <span style="color:#888; font-size:0.9em;">- Shortcuts</span>
*[[Surfing]]
* [[Cooking]] <span style="color:#888; font-size:0.9em;">- Recipes</span>
*[[Amusement Park]]
* [[Ghosts]] <span style="color:#888; font-size:0.9em;">- Spirits</span>
* [[Hospitals]] <span style="color:#888; font-size:0.9em;">- Healthcare</span>
* [[Jobs and Careers]] <span style="color:#888; font-size:0.9em;">- Work</span>
* [[Karma]] <span style="color:#888; font-size:0.9em;">- Consequences</span>
* [[Multitasking]] <span style="color:#888; font-size:0.9em;">- Efficiency</span>
* [[Pets]] <span style="color:#888; font-size:0.9em;">- Companions</span>
* [[Schools]] <span style="color:#888; font-size:0.9em;">- Education</span>
* [[Weather]] <span style="color:#888; font-size:0.9em;">- Climate</span>
</div>
</div>
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.2em;" | '''[[Cities]]'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff8e1; border-radius:6px; border:none; color:#ff8f00; font-size:1.2em; text-align:center;" | '''[[Cities]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[Dowon]] <span style="color:#888; font-size:0.9em;">- Urban center</span>
*[[Dowon]]
* [[Bliss Bay]] <span style="color:#888; font-size:0.9em;">- Beach town</span>
*[[Bliss Bay]]
* [[Cahaya]] <span style="color:#888; font-size:0.9em;">- Cultural hub</span>
*[[Kucingku]]
* [[Kucingku]] <span style="color:#888; font-size:0.9em;">- Rural village</span>
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e1f5fe; border-radius:6px; border:none; color:#0277bd; font-size:1.2em; text-align:center;" | '''[[NPCs]]'''
|-
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
*[[Zois]]
*[[Psycat]]
*[[Bora]]
*[[Henri]]
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e1f5fe; border-radius:6px; border:none; color:#0277bd; font-size:1.2em;" | '''[[NPCs]]'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.2em; text-align:center;" | '''[[Furniture]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[Psycat]] <span style="color:#888; font-size:0.9em;">- Musician</span>
<div class="two-column">
* [[Bora]] <span style="color:#888; font-size:0.9em;">- Artist</span>
*[[Bedroom Furniture|Bedroom]]
* [[Henri]] <span style="color:#888; font-size:0.9em;">- Chef</span>
*[[Living Room Furniture|Living Room]]
*[[Kitchen Furniture|Kitchen]]
*[[Bathroom Furniture|Bathroom]]
*[[Home Office Furniture|Home Office]]
*[[Hobby Furniture|Hobby]]
*[[Outdoors Furniture|Outdoors]]
*[[Social Event Furniture|Social Event]]
*[[Other Furniture|Other]]
</div>
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.2em;" | '''[[Objects]] & [[Items]]'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#fff3e0; border-radius:6px; border:none; color:#e65100; font-size:1.2em; text-align:center;" | '''[[Objects]] & [[Items]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[Furniture]] <span style="color:#888; font-size:0.9em;">- Home decor</span>
* [[Donuts]]
* [[Electronics]] <span style="color:#888; font-size:0.9em;">- Gadgets</span>
* [[Electronics]]
* [[Collectibles]] <span style="color:#888; font-size:0.9em;">- Rare items</span>
* [[Collectibles]]
* [[Crafting Materials]] <span style="color:#888; font-size:0.9em;">- Resources</span>
* [[Crafting Materials]]
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.2em;" | '''[[Clothes]]'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.2em; text-align:center;" | '''[[Clothes]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[Casual Wear]] <span style="color:#888; font-size:0.9em;">- Everyday</span>
* [[Casual Wear]]
* [[Formal Attire]] <span style="color:#888; font-size:0.9em;">- Elegant</span>
* [[Formal Attire]]
* [[Accessories]] <span style="color:#888; font-size:0.9em;">- Add-ons</span>
* [[Accessories]]
* [[Seasonal Outfits]] <span style="color:#888; font-size:0.9em;">- Weather</span>
* [[Seasonal Outfits]]
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.2em;" | '''Guides'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#f3e5f5; border-radius:6px; border:none; color:#7b1fa2; font-size:1.2em; text-align:center;" | '''[[Guides]]'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[All About NPCs & Relationships]] <span style="color:#888; font-size:0.9em;">- Social</span>
*[[How to Make Money (Meow)]]
* [[Crafting 101: Essential Recipes]] <span style="color:#888; font-size:0.9em;">- Making</span>
*[[How to Win the Lottery]]
* [[Town Building & Upgrades]] <span style="color:#888; font-size:0.9em;">- Development</span>
* [[All About NPCs & Relationships]]
* [[Beginner's Guide]] <span style="color:#888; font-size:0.9em;">- Starter tips</span>
* [[Town Building & Upgrades]]
|-
|-
! style="width:100%; vertical-align:top; padding:1em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em;" | '''Community'''
! style="width:100%; vertical-align:top; padding:1em; background-color:#e8f5e9; border-radius:6px; border:none; color:#2e7d32; font-size:1.2em; text-align:center;" | '''Community'''
|-
|-
| style="vertical-align:top; padding:1em; border-radius:6px; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
| style="width:100%; vertical-align:top; padding:1em; background-color:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.1);" |
* [[Wanted Pages]] <span style="color:#888; font-size:0.9em;">- Help needed</span>
* [[Wanted Pages]]
* [[Stubs to Expand]] <span style="color:#888; font-size:0.9em;">- Add content</span>
* [[Stubs to Expand]]
* [[Editing Tutorials]] <span style="color:#888; font-size:0.9em;">- Learn to edit</span>
* [[Editing Tutorials]]
* [[Community Portal]] <span style="color:#888; font-size:0.9em;">- Discussion</span>
* [[Community Portal]]
|}
|}
</div>
</div>
Line 304: Line 399:
<!--    WIKI STATISTICS        -->
<!--    WIKI STATISTICS        -->
<!-- =========================== -->
<!-- =========================== -->
<div style="margin:2em auto; max-width:900px; background-color:#f8f9fa; padding:1.5em; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.05);">
<div class="wiki-stats">
   <h2 style="color:#2c3e50; text-align:center; margin-bottom:1em; font-size:1.8em;">Wiki Statistics</h2>
   <h2>Wiki Statistics</h2>
   <div style="display:flex; flex-wrap:wrap; justify-content:center; gap:20px; text-align:center;">
   <div class="stats-container">
     <div style="flex:1; min-width:200px; background-color:white; padding:1em; border-radius:6px; box-shadow:0 1px 3px rgba(0,0,0,0.1);">
     <div class="stat-box stat-blue">
       <div style="font-size:2.5em; font-weight:bold; color:#3498db;">{{NUMBEROFARTICLES}}</div>
       <div class="stat-number">{{NUMBEROFARTICLES}}</div>
       <div style="color:#555;">Articles</div>
       <div class="stat-label">Articles</div>
     </div>
     </div>
     <div style="flex:1; min-width:200px; background-color:white; padding:1em; border-radius:6px; box-shadow:0 1px 3px rgba(0,0,0,0.1);">
     <div class="stat-box stat-red">
       <div style="font-size:2.5em; font-weight:bold; color:#e74c3c;">{{NUMBEROFFILES}}</div>
       <div class="stat-number">{{NUMBEROFFILES}}</div>
       <div style="color:#555;">Files</div>
       <div class="stat-label">Files</div>
     </div>
     </div>
     <div style="flex:1; min-width:200px; background-color:white; padding:1em; border-radius:6px; box-shadow:0 1px 3px rgba(0,0,0,0.1);">
     <div class="stat-box stat-green">
       <div style="font-size:2.5em; font-weight:bold; color:#2ecc71;">{{NUMBEROFEDITS}}</div>
       <div class="stat-number">{{NUMBEROFEDITS}}</div>
       <div style="color:#555;">Edits</div>
       <div class="stat-label">Edits</div>
     </div>
     </div>
   </div>
   </div>
Line 325: Line 420:
<!--          FOOTER            -->
<!--          FOOTER            -->
<!-- =========================== -->
<!-- =========================== -->
<div style="text-align:center; margin-top:2em; padding:1.5em; background-color:#2c3e50; color:#ecf0f1; border-radius:8px;">
<div class="wiki-footer">
   <p style="font-size:1.1em; margin-bottom:1em;">
   <p class="footer-text">
     This wiki is a <em>community effort</em>. Not affiliated with Krafton, the official inZOI development team.
     This wiki is a <em>community effort</em>. Not affiliated with Krafton, the official inZOI development team.
     <br />
     <br />
     All game-related assets belong to their respective owners.
     All game-related assets belong to their respective owners.
   </p>
   </p>
   <div style="display:flex; justify-content:center; gap:15px; flex-wrap:wrap; margin-bottom:1em;">
   <div class="footer-links">
     <a href="https://playinzoi.com/en/" style="color:#3498db; text-decoration:none; font-weight:bold;">Official Website</a>
     [https://playinzoi.com/en/ Official Website] |
     <a href="https://store.steampowered.com/app/2456740/inZOI/" style="color:#3498db; text-decoration:none; font-weight:bold;">Steam Page</a>
     [https://store.steampowered.com/app/2456740/inZOI/ Steam Page] |
     <a href="https://discord.com/invite/inzoi" style="color:#3498db; text-decoration:none; font-weight:bold;">Official Discord</a>
     [https://discord.com/invite/inzoi Official Discord]
   </div>
   </div>
   <p>
   <p>
     We are currently maintaining [[Special:Statistics|{{NUMBEROFARTICLES}}]]  
     We are currently maintaining [[Special:Statistics|{{NUMBEROFARTICLES}}]]
     [[Special:Allpages|articles]].
     [[Special:Allpages|articles]].
   </p>
   </p>
   <p style="font-size:0.9em; margin-top:1em; color:#bdc3c7;">
   <p class="footer-date">
     Last updated: March 17, 2025
     Last updated: March 17, 2025
   </p>
   </p>
</div>
</div>

Latest revision as of 21:13, 11 April 2025

inZOI Banner
   Welcome to inzoiwiki.com
   Your comprehensive community-run wiki for the life simulation game

About inZOI Wiki

inZOI is a life simulation game developed and published by Krafton. Whether you're a seasoned life sim expert or completely new to the genre, this wiki is here to help you explore everything inZOI has to offer. Feel free to create an account and share your discoveries. Together, we hope to turn the wiki into the ultimate resource for inZOI.

Wiki Statistics

1,920
Articles
1,767
Files
8,534
Edits