-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
12,330 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,68 @@ | ||
# Sparks-War | ||
<div dir="rtl"> | ||
|
||
# מלחמת הניצוצות (War of the Sparks) | ||
|
||
## תקציר הפרויקט | ||
|
||
מלחמת הניצוצות הוא סרט פנטזיה המתאר מאבק בין כוחות האור לכוחות הרשע. במרכז העלילה עומד הרעיון שבכל אדם קיים ניצוץ ייחודי, והמאבק מתנהל על שליטה בניצוצות אלו ועל עתיד האנושות. | ||
|
||
## כוחות עיקריים | ||
|
||
### כוחות האור | ||
|
||
1. **חיל האורות** - לוחמים המשתמשים בניצוצותיהם להאיר את החשכה ולרפא | ||
2. **חיל מטאטא** - מטהרים שטחים מזוהמים ומגרשים רוחות רעות | ||
|
||
### כוחות הרשע | ||
|
||
1. **חיל טומאה** - מפיצים זוהמה ומנסים להחשיך את הניצוצות הטהורים | ||
2. **חיל כפירה** - מערערים את האמונה ומנסים לשבור את הקשר בין האדם לניצוצו | ||
3. **חיל זנות** - מפתים אנשים לאבד את ניצוצותיהם דרך תשוקות ריקות | ||
4. **חיל טכנולוגיה** - משתמשים בטכנולוגיה כדי לשלוט בניצוצות לכלוא אותם | ||
|
||
## מבנה העלילה | ||
|
||
הסדרה מתוכננת ל-24 פרקים, הכוללים: | ||
|
||
- התפתחות המאבק בין הכוחות | ||
- גילוי כוחות חדשים | ||
- התמודדות עם פיתויים ואתגרים | ||
- קרבות רוחניים ופיזיים | ||
- התפתחות אישית של הדמויות | ||
|
||
## טכניקות רוחניות | ||
|
||
- שימוש בתפילות וכתבים קדושים | ||
- מנטרות להגנה ולחיזוק רוחני | ||
- טכניקות מדיטציה והתמקדות | ||
- שיטות להתמודדות עם קולות ורוחות רעות | ||
|
||
## דמויות מרכזיות | ||
|
||
--- | ||
|
||
## עולם הסדרה | ||
|
||
### מקומות מרכזיים | ||
|
||
- **מקדש האור** - מרכז הכשרה ללוחמי אור | ||
- **מערות הצללים** - בסיס הפעולה של כוחות האופל | ||
- **עמק הניצוצות** - אזור קדוש בו הניצוצות חזקים במיוחד | ||
- **העיר התחתית** - אזור אורבני מזוהם בו פועלים כוחות הרשע | ||
|
||
### מערכות יחסים ועימותים | ||
|
||
- מאבקי כוח פנימיים בתוך כל מחנה | ||
- קשרים אסורים בין לוחמי אור וחושך | ||
- דילמות מוסריות וערכיות | ||
- בגידות ומזימות | ||
|
||
--- | ||
|
||
## רישיון | ||
|
||
כל הזכויות שמורות © 2024 | ||
|
||
--- | ||
*הערה: זהו פרויקט בפיתוח ועשוי להשתנות.* | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,301 @@ | ||
<!DOCTYPE html> | ||
<html lang="he" dir="rtl"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>מדריך אומנות | מלחמת הניצוצות</title> | ||
<link rel="stylesheet" href="styles/styles.css"> | ||
<script src="scripts/menu.js" defer></script> | ||
<script src="scripts/footer.js" defer></script> | ||
|
||
<style> | ||
.art-guide-section { | ||
margin: 2rem 0; | ||
padding: 2rem; | ||
background: linear-gradient(145deg, #1a1a1a, #2c2c2c); | ||
border-radius: 15px; | ||
} | ||
|
||
.art-description { | ||
margin: 1.5rem 0; | ||
padding: 1.5rem; | ||
background: rgba(255, 255, 255, 0.05); | ||
border-radius: 10px; | ||
} | ||
|
||
.art-description h3 { | ||
color: #ffd700; | ||
margin-bottom: 1rem; | ||
border-bottom: 2px solid #ffd700; | ||
padding-bottom: 0.5rem; | ||
} | ||
|
||
.art-details { | ||
margin: 1rem 0; | ||
} | ||
|
||
.art-details h4 { | ||
color: #00ff00; | ||
margin: 1rem 0 0.5rem; | ||
} | ||
|
||
.art-details ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
|
||
.art-details li { | ||
margin: 0.5rem 0; | ||
padding: 0.5rem; | ||
background: rgba(255, 255, 255, 0.03); | ||
border-radius: 5px; | ||
} | ||
|
||
.prompt-box { | ||
margin: 1rem 0; | ||
padding: 1rem; | ||
background: #2a2a2a; | ||
border-radius: 8px; | ||
font-family: monospace; | ||
white-space: pre-wrap; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<header class="header"> | ||
<h1 class="title">🎨 מדריך אומנות</h1> | ||
<p>תיאורים מפורטים ליצירת תמונות עבור מלחמת הניצוצות</p> | ||
</header> | ||
|
||
<div class="container"> | ||
<!-- כריכה ראשית --> | ||
<section class="art-guide-section"> | ||
<h2>🎨 כריכה ראשית</h2> | ||
|
||
<div class="art-description"> | ||
<h3>תיאור כללי</h3> | ||
<p>תמונת כריכה דרמטית המציגה את המאבק בין כוחות האור והחושך. הסצנה מתרחשת בשמיים מעל ירושלים העתיקה בשעת | ||
שקיעה.</p> | ||
|
||
<div class="art-details"> | ||
<h4>אלמנטים מרכזיים</h4> | ||
<ul> | ||
<li>לוחמי אור עטופים בגלימות לבנות זוהרות, מרחפים באוויר</li> | ||
<li>כוחות חושך בצורת צללים שחורים עם עיניים אדומות</li> | ||
<li>ניצוצות אור מתעופפים בין הדמויות</li> | ||
<li>חומות ירושלים העתיקה מוארות באור זהוב של שקיעה</li> | ||
</ul> | ||
|
||
<h4>אווירה וצבעים</h4> | ||
<ul> | ||
<li>שמיים בגווני כתום, סגול וזהב של שקיעה</li> | ||
<li>ניגודיות חזקה בין האור (לבן, זהוב) לחושך (שחור, סגול כהה)</li> | ||
<li>ניצוצות אור בגווני זהב וכחול בהיר</li> | ||
<li>אפקט הילה סביב לוחמי האור</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Epic book cover art, battle between light and dark forces above ancient Jerusalem at sunset. Light | ||
warriors in glowing white robes floating in the air, facing dark shadow creatures with red eyes. | ||
Golden light sparks flying between them. Ancient Jerusalem walls illuminated by golden sunset. | ||
Dramatic sky in orange, purple and gold. Strong contrast between light (white, gold) and darkness | ||
(black, deep purple). Ethereal atmosphere, cinematic lighting, high detail, digital art style." | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- דמויות מרכזיות --> | ||
<section class="art-guide-section"> | ||
<h2>👤 דמויות מרכזיות</h2> | ||
|
||
<!-- ליאון --> | ||
<div class="art-description"> | ||
<h3>ליאון - שומר הרוח</h3> | ||
<p>ד��ות הגיבור הראשי, לוחם אור רב עוצמה המשלב תכונות של ארבע חיות קדושות.</p> | ||
|
||
<div class="art-details"> | ||
<h4>מאפיינים פיזיים</h4> | ||
<ul> | ||
<li>גבר גבוה (2 מטר), מבנה גוף אתלטי וחזק</li> | ||
<li>שיער ארוך בגוון כסף-לבן זורם ברוח</li> | ||
<li>עיניים זהובות זוהרות באור פנימי</li> | ||
<li>פנים אצילות עם תווים חדים</li> | ||
</ul> | ||
|
||
<h4>לבוש וציוד</h4> | ||
<ul> | ||
<li>גלימת אור לבנה עם עיטורים זהובים</li> | ||
<li>שריון קל בגוון כסף עם סמלים קדושים</li> | ||
<li>שרשרת כוכבים מזהב סביב צווארו</li> | ||
<li>ספר קדוש מעוטר תלוי על חגורתו</li> | ||
</ul> | ||
|
||
<h4>אפקטים ויזואליים</h4> | ||
<ul> | ||
<li>הילת אור זהובה מקיפה את דמותו</li> | ||
<li>ניצוצות אור קטנים מרחפים סביבו</li> | ||
<li>סמלים קדושים זוהרים מופיעים כשהוא משתמש בכוחותיו</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Portrait of a powerful light warrior, tall athletic male figure (2 meters) with flowing | ||
silver-white hair. Golden glowing eyes, noble sharp features. Wearing white light robe with golden | ||
ornaments, light silver armor with holy symbols. Golden star necklace, decorated holy book on belt. | ||
Surrounded by golden aura and floating light sparks. Glowing holy symbols appear around him. | ||
Ethereal atmosphere, fantasy art style, high detail, dramatic lighting." | ||
</div> | ||
</div> | ||
|
||
<!-- אוריאל --> | ||
<div class="art-description"> | ||
<h3>אוריאל - מפקד חיל האורות</h3> | ||
<p>מלאך רב עוצמה המוביל את כוחות האור, דמות מהמקרא בעלת נוכחות מרשימה.</p> | ||
|
||
<div class="art-details"> | ||
<h4>מאפיינים פיזיים</h4> | ||
<ul> | ||
<li>דמות גבוהה ומרשימה עם שש כנפיים מוזהבות</li> | ||
<li>פנים זוהרות באור עז</li> | ||
<li>שיער זהוב מתנופף כמו להבות</li> | ||
<li>עיניים בוערות באור לבן טהור</li> | ||
</ul> | ||
|
||
<h4>לבוש וציוד</h4> | ||
<ul> | ||
<li>שריון זהב מעוטר בסמלים קדושים עתיקים</li> | ||
<li>גלימה לבנה זוהרת עם עיטורי אש</li> | ||
<li>חרב אור ענקית בידו</li> | ||
<li>כתר אור מרחף מעל ראשו</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Portrait of a majestic angel commander, tall figure with six golden wings. Radiant face glowing | ||
with intense light, hair like golden flames. Eyes burning with pure white light. Wearing ornate | ||
golden armor with ancient holy symbols, glowing white robe with fire patterns. Wielding huge light | ||
sword, floating crown of light above head. Divine atmosphere, fantasy art style, dramatic lighting, | ||
high detail." | ||
</div> | ||
</div> | ||
|
||
<!-- סמאל --> | ||
<div class="art-description"> | ||
<h3>סמאל - מנהיג כוחות האופל</h3> | ||
<p>מלאך המוות, מנהיג כוחות הרשע, דמות אפלה ומאיימת.</p> | ||
|
||
<div class="art-details"> | ||
<h4>מאפיינים פיזיים</h4> | ||
<ul> | ||
<li>דמות גבוהה ורזה עטופה בצללים</li> | ||
<li>עיניים אדומות בוערות</li> | ||
<li>כנפיים שחורות ענקיות</li> | ||
<li>עור חיוור כמו שיש</li> | ||
</ul> | ||
|
||
<h4>לבוש וציוד</h4> | ||
<ul> | ||
<li>שריון שחור עם עיטורים אדומים</li> | ||
<li>גלימה שחורה מתנופפת עם דפוסי גולגולות</li> | ||
<li>חרב שחורה עם להבה אפלה</li> | ||
<li>כתר קוצים שחור</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Portrait of a dark angel of death, tall thin figure shrouded in shadows. Burning red eyes, massive | ||
black wings, marble-white skin. Wearing black armor with red ornaments, flowing black cloak with | ||
skull patterns. Black sword with dark flame, crown of black thorns. Dark and ominous atmosphere, | ||
fantasy art style, dramatic lighting, high detail." | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- סצנות קרב --> | ||
<section class="art-guide-section"> | ||
<h2>⚔️ סצנות קרב</h2> | ||
|
||
<div class="art-description"> | ||
<h3>קרב בשערי ירושלים</h3> | ||
<p>סצנת קרב דרמטית בין כוחות האור והחושך בשערי ירושלים העתיקה.</p> | ||
|
||
<div class="art-details"> | ||
<h4>אלמנטים מרכזיים</h4> | ||
<ul> | ||
<li>לוחמי אור וחושך נלחמים באוויר מעל חומות העיר</li> | ||
<li>התנגשות בין קרני אור וצללים</li> | ||
<li>ניצוצות קדושים מתעופפים בכל מקום</li> | ||
<li>שער ירושלים העתיק ברקע</li> | ||
</ul> | ||
|
||
<h4>אפקטים ויזואליים</h4> | ||
<ul> | ||
<li>התנגשות בין אור זהוב לצללים סגולים</li> | ||
<li>ברקים של אור חוצים את השמיים</li> | ||
<li>הילות קדושות סביב לוחמי האור</li> | ||
<li>עשן שחור מתערבל סביב כוחות החושך</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Epic battle scene at Jerusalem's gates, light warriors and dark forces fighting in the air above | ||
ancient walls. Collision between light beams and shadows, holy sparks flying everywhere. Ancient | ||
Jerusalem gate in background. Golden light clashing with purple shadows, lightning bolts across the | ||
sky. Holy auras around light warriors, black smoke swirling around dark forces. Dynamic composition, | ||
fantasy art style, dramatic lighting, high detail." | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- מקומות קדושים --> | ||
<section class="art-guide-section"> | ||
<h2>🏰 מקומות קדושים</h2> | ||
|
||
<div class="art-description"> | ||
<h3>מקדש האור</h3> | ||
<p>מקדש מרשים המשמש כבסיס לכוחות האור, שילוב של ארכיטקטורה עתיקה ואור קדוש.</p> | ||
|
||
<div class="art-details"> | ||
<h4>אלמנטים ארכיטקטוניים</h4> | ||
<ul> | ||
<li>מבנה ענק עם עמודים גבוהים מאבן לבנה</li> | ||
<li>כיפות זהב מעוטרו�� בסמלים קדושים</li> | ||
<li>חלונות ויטראז' ענקיים המפיצים אור צבעוני</li> | ||
<li>מדרגות שיש רחבות מובילות לכניסה</li> | ||
</ul> | ||
|
||
<h4>אפקטים ויזואליים</h4> | ||
<ul> | ||
<li>אור זהוב קורן מכל חלון וסדק</li> | ||
<li>ניצוצות אור מרחפים סביב המבנה</li> | ||
<li>הילה קדושה מקיפה את המקדש</li> | ||
<li>סמלים קדושים זוהרים על הקירות</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="prompt-box"> | ||
Prompt for AI: | ||
"Majestic light temple, massive structure with tall white stone columns. Golden domes decorated with | ||
holy symbols, huge stained glass windows casting colorful light. Wide marble stairs leading to | ||
entrance. Golden light radiating from every window and crack, floating light sparks around building. | ||
Holy aura surrounding temple, glowing sacred symbols on walls. Sacred architecture, fantasy art | ||
style, ethereal atmosphere, high detail." | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<footer> | ||
<p>כל הזכויות שמורות © 2024 🌟</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.