Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-05 16:47:29 +00:00
2 changed files with 109 additions and 68 deletions

View File

@@ -1,13 +1,7 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/base.css";
import "./styles/variables.css";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "WildCraft - Free Online Survival Game", description: "Experience ultimate survival in WildCraft: explore wilderness, build shelters, craft weapons, hunt with crossbows, and survive in our free online nature survival game."};
title: "WildCraft - Free Online Survival Game", description: "Explore infinite wilderness, build shelters, craft weapons, hunt wildlife, sail boats, and survive in WildCraft - the ultimate free online nature survival game."};
export default function RootLayout({
children,
@@ -16,7 +10,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.className}>
<body>
{children}
<script

View File

@@ -8,7 +8,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap } from 'lucide-react';
import { Axe, Flame, Fish, Hammer, Leaf, Gamepad2, Users, Zap, Trees, Deer, Wolf, Bird, Rabbit, Bear } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,7 +31,8 @@ export default function LandingPage() {
{ name: "Play Now", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Building", id: "building" },
{ name: "Activities", id: "activities" },
{ name: "Wildlife", id: "wildlife" },
{ name: "Survival", id: "survival" },
{ name: "Community", id: "testimonials" },
{ name: "FAQ", id: "faq" },
]}
@@ -42,9 +43,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Welcome to WildCraft: Your Ultimate Survival Adventure"
description="Explore infinite wilderness, build shelters, craft weapons, hunt with shotguns, sail boats, construct houses with windows and doors, build rope bridges between trees, encounter wildlife, and survive in a completely free online nature survival game. Everything is possible in your outdoor adventure."
tag="Free to Play"
title="Welcome to WildCraft: Your Ultimate 1600s Survival Adventure"
description="Immerse yourself in an authentic 17th-century wilderness ecosystem. Hunt historical game, craft period-accurate weapons and tools, build colonial-style shelters with windows and doors, sail traditional vessels, construct rope bridges, master fire-making, track and hunt wildlife, farm crops, and experience complete historical survival mechanics. Every element is grounded in 1600s era realism."
tag="Historical Survival"
tagIcon={Leaf}
background={{ variant: "sparkles-gradient" }}
buttons={[
@@ -53,48 +54,60 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=1", imageAlt: "Breathtaking forest landscape in WildCraft"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=1", imageAlt: "Breathtaking forest landscape in WildCraft"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=1", imageAlt: "Player chopping trees for resources"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=1", imageAlt: "Player chopping trees for resources"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-cozy-campfire-scene-in-a-forest-cleari-1772728276403-f3393e6a.png?_wi=1", imageAlt: "Glowing campfire in the wilderness"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-cozy-campfire-scene-in-a-forest-cleari-1772728276403-f3393e6a.png?_wi=1", imageAlt: "Glowing campfire in the wilderness"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-character-fishing-by-a-pristine-1772728276438-575a9263.png?_wi=1", imageAlt: "Fishing at a pristine mountain lake"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-character-fishing-by-a-pristine-1772728276438-575a9263.png?_wi=1", imageAlt: "Fishing at a pristine mountain lake"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=1", imageAlt: "Custom-built wooden fort in the forest"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=1", imageAlt: "Custom-built wooden fort in the forest"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=1", imageAlt: "Crafted crossbow with arrows in inventory"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=1", imageAlt: "Crafted crossbow with arrows in inventory"
},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardNine
title="Core Gameplay Features"
description="Master the wilderness with diverse survival mechanics and endless creative possibilities including advanced weaponry and exploration tools."
tag="Survival Mechanics"
title="Core Survival Mechanics from the 1600s Era"
description="Master authentic historical survival with period-accurate mechanics, tools, weapons, and survival systems grounded in 17th-century realism and exploration."
tag="Historical Gameplay"
tagIcon={Gamepad2}
features={[
{
id: 1,
title: "Harvest & Craft", description: "Chop trees for wood, collect stones and resources, then craft essential tools and weapons. Everything you gather becomes building blocks for your survival empire.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=2"},
title: "Harvest & Historical Crafting", description: "Fell trees for timber, gather stones, flint, and natural materials using period-accurate tools. Craft essential items like axes, spears, and basic tools. Progress through historical crafting tiers from stone tools to iron-forged equipment as you discover new techniques and materials.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=2"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=2"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=2"
},
},
{
id: 2,
title: "Hunt & Combat", description: "Craft advanced weapons including shotguns, crossbows, and more to hunt wildlife and creatures. Stay fed and protected in the unpredictable wilderness with multiple combat options.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-dramatic-game-scene-showing-a-player-f-1772728277120-2f8ad843.png"},
title: "Period-Accurate Hunting & Combat", description: "Craft bows, crossbows, and muskets using historically accurate designs. Hunt diverse wildlife including deer, boar, elk, and bears. Master tracking, stalking, and different hunting strategies. Engage in survival combat using era-authentic weapons and techniques.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-dramatic-game-scene-showing-a-player-f-1772728277120-2f8ad843.png"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=3"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=3"
},
},
{
id: 3,
title: "Explore & Navigate", description: "Build boats to sail across lakes and rivers, construct rope bridges to traverse between trees, and explore vast wilderness territories with unprecedented freedom.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=2"},
title: "Navigation & Exploration", description: "Build traditional boats and sailing vessels to navigate rivers, lakes, and coastal areas. Construct rope bridges and wooden walkways across ravines and terrain. Explore vast territories with authentic navigation challenges and environmental hazards true to the 1600s.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=2"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=2"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=2"
},
},
]}
showStepNumbers={true}
@@ -106,31 +119,37 @@ export default function LandingPage() {
<div id="building" data-section="building">
<FeatureCardNine
title="Advanced Building Mechanics"
description="Construct elaborate structures with complete building systems including windows, doors, rope bridges, and comprehensive house customization options."
title="Colonial Architecture & Advanced Building"
description="Construct elaborate structures inspired by 17th-century colonial design. Build complete homesteads with windows, doors, storage areas, and defensive structures using historically plausible materials and methods."
tag="Construction"
tagIcon={Hammer}
features={[
{
id: 1,
title: "House Building System", description: "Design and construct elaborate houses using your harvested materials. Place windows for natural light and ventilation, install doors for security and access control, and customize every aspect of your dwelling.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=2"},
title: "Colonial-Style House Building", description: "Design and construct authentic colonial homesteads using hand-hewn timber and stone. Place functional windows for light and ventilation, install sturdy wooden doors, and build multiple rooms. Add fireplaces, storage rooms, and defensive structures. Create complete living spaces with period-accurate architectural details.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-built-wooden-fort-or-cabin-in-a-1772728277150-a7fba8f9.png?_wi=2"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=2"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-breathtaking-wilderness-landscape-with-1772728275589-5233e3eb.png?_wi=2"
},
},
{
id: 2,
title: "Rope Bridge Construction", description: "Build bridges connecting trees to trees using rope and logs. Create pathways through the forest canopy, establish safe routes across ravines, and design magnificent tree-to-tree connections.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=2"},
title: "Rope Bridges & Structural Engineering", description: "Build authentic rope and timber bridges connecting trees and traversing ravines. Design complex multi-level structures using period-accurate engineering principles. Create safe passage routes through dangerous terrain and establish base-to-base connections across challenging landscapes.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-side-view-game-interface-showing-a-cha-1772728276030-9c0472f1.png?_wi=2"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=2"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-detailed-inventory-screen-showing-a-cr-1772728276461-3985e33b.png?_wi=2"
},
},
{
id: 3,
title: "Windows & Doors", description: "Customize your buildings with functional windows for light and views, and secure doors for protection. Mix and match materials to create unique architectural designs that suit your survival strategy.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-cozy-campfire-scene-in-a-forest-cleari-1772728276403-f3393e6a.png?_wi=2"},
title: "Defensive Structures & Fortifications", description: "Build palisade walls, watchtowers, and defensive structures to protect your settlement. Construct gatehouse structures, storage houses for provisions, and workshop buildings. Design complete fortified compounds using historically inspired defensive architecture and strategic layouts.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-cozy-campfire-scene-in-a-forest-cleari-1772728276403-f3393e6a.png?_wi=2"
},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-character-fishing-by-a-pristine-1772728276438-575a9263.png?_wi=2"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-player-character-fishing-by-a-pristine-1772728276438-575a9263.png?_wi=2"
},
},
]}
showStepNumbers={true}
@@ -140,16 +159,32 @@ export default function LandingPage() {
/>
</div>
<div id="activities" data-section="activities">
<div id="wildlife" data-section="wildlife">
<AboutMetric
title="Immerse yourself in nature with unlimited survival activities, animal encounters, and comprehensive survival features awaiting discovery"
title="Complete 1600s Ecosystem: Diverse Wildlife and Animals from the Historical Era"
metrics={[
{ icon: Axe, label: "Tree Chopping", value: "Unlimited" },
{ icon: Flame, label: "Campfires", value: "Build Daily" },
{ icon: Fish, label: "Fishing Spots", value: "100+" },
{ icon: Hammer, label: "Shotguns & Weapons", value: "Multiple" },
{ icon: Leaf, label: "Boats & Sailing", value: "Available" },
{ icon: Zap, label: "Survival Features", value: "Comprehensive" },
{ icon: Deer, label: "Deer Herds", value: "Huntable" },
{ icon: Bear, label: "Bears", value: "Dangerous" },
{ icon: Wolf, label: "Wolves", value: "Predators" },
{ icon: Bird, label: "Game Birds", value: "Fowl" },
{ icon: Rabbit, label: "Small Game", value: "Abundant" },
{ icon: Fish, label: "Fish Species", value: "100+" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="survival" data-section="survival">
<AboutMetric
title="Complete Historical Survival Systems: Master Every Aspect of 1600s Frontier Living"
metrics={[
{ icon: Flame, label: "Fire Management", value: "Critical" },
{ icon: Axe, label: "Tool Crafting", value: "Advanced" },
{ icon: Trees, label: "Agriculture", value: "Farming" },
{ icon: Gamepad2, label: "Hunting Skills", value: "Master" },
{ icon: Leaf, label: "Food Preservation", value: "Smoking" },
{ icon: Zap, label: "Survival Features", value: "Complete" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -158,29 +193,35 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Join Thousands of Players in the Wilderness"
description="Hear from passionate gamers who've discovered the freedom and adventure of WildCraft."
title="Join Thousands of Players in Historical Wilderness"
description="Hear from passionate gamers who've discovered authentic 1600s survival adventure in WildCraft."
tag="Player Stories"
tagIcon={Users}
testimonials={[
{
id: "1", name: "Alex Rivera", role: "Adventure Enthusiast", company: "WildCraft Community", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-professional-portrait-of-a-young-gamer-1772728276046-a5d49f94.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-professional-portrait-of-a-young-gamer-1772728276046-a5d49f94.png"
},
{
id: "2", name: "Jordan Chen", role: "Survival Streamer", company: "Gaming Channel", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-enthusiastic-gamer-of-d-1772728274982-fb70a63a.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-enthusiastic-gamer-of-d-1772728274982-fb70a63a.png"
},
{
id: "3", name: "Sam McKenzie", role: "Outdoor Lover", company: "Nature Explorers", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-adventurous-looking-pla-1772728276162-e827fffd.png"},
id: "3", name: "Sam McKenzie", role: "History Buff", company: "History Enthusiasts", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-adventurous-looking-pla-1772728276162-e827fffd.png"
},
{
id: "4", name: "Morgan Lee", role: "Creative Builder", company: "WildCraft Community", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-friendly-portrait-of-a-gamer-relaxing--1772728277567-704831c8.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-friendly-portrait-of-a-gamer-relaxing--1772728277567-704831c8.png"
},
{
id: "5", name: "Taylor West", role: "Speed Runner", company: "Gaming Elite", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-enthusiastic-gamer-wear-1772728276075-d915ae5f.png"},
id: "5", name: "Taylor West", role: "Survival Master", company: "Gaming Elite", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-portrait-of-an-enthusiastic-gamer-wear-1772728276075-d915ae5f.png"
},
{
id: "6", name: "Casey Johnson", role: "Casual Player", company: "WildCraft Community", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-professional-portrait-of-a-gamer-in-ca-1772728275243-3aa99654.png"},
id: "6", name: "Casey Johnson", role: "History & Gaming Fan", company: "WildCraft Community", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX8SFHdoBIfxOeckuVuSbkFw3z/a-professional-portrait-of-a-gamer-in-ca-1772728275243-3aa99654.png"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -192,20 +233,26 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Everything You Need to Know"
sideDescription="Get answers to common questions about WildCraft gameplay, features, building mechanics, and survival systems."
sideDescription="Get answers to common questions about WildCraft gameplay, 1600s historical mechanics, wildlife ecosystem, building systems, and complete survival features."
faqs={[
{
id: "1", title: "Is WildCraft truly free to play?", content: "Yes! WildCraft is 100% free to download and play. There are no pay-to-win mechanics. All survival features, building tools, weapons including shotguns, boats, and comprehensive construction components can be obtained through gameplay. We believe in fair gaming for everyone."},
id: "1", title: "Is WildCraft completely free to play?", content: "Yes! WildCraft is 100% free to download and play. There are no pay-to-win mechanics. All survival features, historical tools, weapons (bows, crossbows, muskets), boats, construction components, and animal encounters are available through pure gameplay. We believe in fair, authentic survival for everyone."
},
{
id: "2", title: "How do I build a house with windows and doors?", content: "Gather wood and stone from the environment. Access your building menu and select the house foundation. Place walls using your materials, then add window and door components to create functional structures. Windows provide light and ventilation, while doors offer security and access control. Experiment with different combinations to create unique designs!"},
id: "2", title: "What animals can I hunt in the 1600s ecosystem?", content: "WildCraft features a complete historical wildlife ecosystem including deer, elk, boar, bears, wolves, rabbits, game birds, and fish species. Each animal has authentic behavior patterns, hunting strategies, and provides different resources. Learn their habits to hunt effectively or avoid dangerous predators."
},
{
id: "3", title: "What are rope bridges used for?", content: "Rope bridges connect tree-to-tree across the forest, creating aerial pathways through the wilderness. Gather logs and rope materials, then construct bridges to establish safe routes across ravines and create shortcuts through dense forest. They're essential for exploration and establishing base-to-base networks."},
id: "3", title: "How do I build houses with windows and doors?", content: "Gather timber and stone from the environment. Access your building menu and select foundation types. Place walls using your materials, then add window and door components. Windows provide light, ventilation, and views, while doors offer security and controlled access. Mix materials for unique colonial architecture."
},
{
id: "4", title: "Can I build and sail boats?", content: "Absolutely! Gather wood and waterproof materials to construct boats. Launch them into lakes and rivers to explore new areas, transport resources, and engage in aquatic adventures. Different boat types offer varying speed and cargo capacity. Sailing expands your survival territory dramatically."},
id: "4", title: "What are the survival mechanics in WildCraft?", content: "Experience complete historical survival including fire management and lighting, food preservation through smoking and salting, water collection and purification, shelter building for protection from elements, tool crafting from stone to iron, hunting and gathering, agriculture and farming, weather survival, disease prevention, and seasonal changes."
},
{
id: "5", title: "How do shotguns work in WildCraft?", content: "Shotguns are powerful weapons that can be crafted using metal, wood, and ammunition components. They're particularly effective for hunting larger wildlife and creatures. Shotguns offer shorter range but higher damage compared to crossbows, making them ideal for close-quarters combat situations."},
id: "5", title: "How do rope bridges and boat building work?", content: "Gather logs and natural rope materials. Build rope bridges connecting trees across chasms using authentic 1600s construction methods. For boats, collect timber and pitch, construct hulls, and launch them into waterways. Different boat types offer varying speed and cargo capacity for exploration and trade."
},
{
id: "6", title: "What animals can I encounter in the game?", content: "WildCraft features diverse wildlife including deer, bears, wolves, birds, and many other creatures. Some animals are peaceful and provide resources when hunted, while others are aggressive and present survival challenges. Learn their behavior patterns to hunt effectively or avoid danger."}
id: "6", title: "What weapons can I craft and how do I hunt?", content: "Craft period-accurate weapons including bows, crossbows, muskets, spears, and axes. Master hunting techniques like tracking, stalking, and timing. Different animals require different strategies. Learn animal behavior, use camouflage and wind direction, and choose appropriate weapons for each prey type."
}
]}
textPosition="left"
useInvertedBackground={false}