Marriage System: Difference between revisions
From PlayM2M Wiki
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{LanguageSelector}} | {{LanguageSelector}} | ||
<div style="max-width: 1200px; margin: 0 auto; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: transparent;"> | |||
<!-- Header Section --> | |||
<div style="background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: #e2e8f0; padding: 40px 30px; border-radius: 12px 12px 0 0; text-align: center; margin-bottom: 0; box-shadow: 0 8px 32px rgba(0,0,0,0.3); border: 1px solid #334155;"> | |||
<h1 style="margin: 0; font-size: 2.5em; font-weight: 300; text-shadow: 0 2px 8px rgba(0,0,0,0.5); color: #64ffda;">💍 Wedding System</h1> | |||
<p style="margin: 10px 0 0 0; font-size: 1.2em; opacity: 0.8; color: #94a3b8;">Unite your characters in eternal bond</p> | |||
</div> | |||
<!-- Requirements Section --> | |||
<div style="background: #1e293b; border: 1px solid #334155; border-top: none; border-radius: 0; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.2);"> | |||
<div style="display: flex; align-items: center; margin-bottom: 25px;"> | |||
<span style="font-size: 2em; margin-right: 15px;">📋</span> | |||
<h2 style="margin: 0; color: #64ffda; font-weight: 600;">Marriage Requirements</h2> | |||
</div> | |||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px;"> | |||
<!-- Items Required --> | |||
<div style="background: #0f172a; border-left: 4px solid #3b82f6; padding: 20px; border-radius: 8px; border: 1px solid #1e40af;"> | |||
<h3 style="margin-top: 0; color: #60a5fa; display: flex; align-items: center;"><span style="margin-right: 10px;">💎</span>Items Required</h3> | |||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #cbd5e1;"> | |||
<li>Engagement ring [[File:Engagement_ring.png|20px]] for both characters</li> | |||
<li>Wedding attire: | |||
<ul style="margin-top: 5px;"> | |||
<li>Tuxedo [[File:Tuxedo.png|20px]] for groom</li> | |||
<li>Wedding dress [[File:Wedding_dress.png|20px]] for bride</li> | |||
</ul> | |||
</li> | |||
<li>100,000,000 gold per character</li> | |||
</ul> | |||
</div> | |||
<!-- Character Requirements --> | |||
<div style="background: #0f172a; border-left: 4px solid #f59e0b; padding: 20px; border-radius: 8px; border: 1px solid #d97706;"> | |||
<h3 style="margin-top: 0; color: #fbbf24; display: flex; align-items: center;"><span style="margin-right: 10px;">⭐</span>Character Requirements</h3> | |||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #cbd5e1;"> | |||
<li>Minimum Level 75</li> | |||
<li>Maximum 30-level difference between characters</li> | |||
<li>Neither character can be already married</li> | |||
<li>Only one wedding ceremony at a time</li> | |||
</ul> | |||
</div> | |||
</div> | |||
<!-- Restrictions --> | |||
<div style="background: #0f172a; border: 1px solid #dc2626; border-radius: 8px; padding: 20px;"> | |||
<h3 style="margin-top: 0; color: #f87171; display: flex; align-items: center;"><span style="margin-right: 10px;">🚫</span>Restrictions</h3> | |||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #fca5a5;"> | |||
<li>Same-gender marriages are not permitted</li> | |||
<li>Already married characters cannot remarry</li> | |||
<li>Wedding attire requires a weapon to be equipped</li> | |||
<li>Cannot ride mounts while wearing wedding dress</li> | |||
</ul> | |||
</div> | |||
</div> | |||
<!-- Wedding Process Section --> | |||
<div style="background: #1e293b; border: 1px solid #334155; border-top: none; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.2);"> | |||
<div style="display: flex; align-items: center; margin-bottom: 25px;"> | |||
<span style="font-size: 2em; margin-right: 15px;">💒</span> | |||
<h2 style="margin: 0; color: #64ffda; font-weight: 600;">Wedding Ceremony Process</h2> | |||
</div> | |||
<div style="position: relative;"> | |||
<!-- Step 1 --> | |||
<div style="display: flex; margin-bottom: 25px; align-items: flex-start;"> | |||
<div style="background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);">1</div> | |||
<div style="flex: 1;"> | |||
<h3 style="margin: 0 0 10px 0; color: #e2e8f0;">Visit the Clerk</h3> | |||
<p style="margin: 0; color: #94a3b8; line-height: 1.6;">Both characters go to the Clerk. One character initiates the marriage process and enters their partner's name.</p> | |||
</div> | |||
</div> | |||
<!-- Step 2 --> | |||
<div style="display: flex; margin-bottom: 25px; align-items: flex-start;"> | |||
<div style="background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);">2</div> | |||
<div style="flex: 1;"> | |||
<h3 style="margin: 0 0 10px 0; color: #e2e8f0;">Requirements Check</h3> | |||
<p style="margin: 0; color: #94a3b8; line-height: 1.6;">System verifies both characters meet all requirements (level, items, gold, marital status).</p> | |||
</div> | |||
</div> | |||
<!-- Step 3 --> | |||
<div style="display: flex; margin-bottom: 25px; align-items: flex-start;"> | |||
<div style="background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);">3</div> | |||
<div style="flex: 1;"> | |||
<h3 style="margin: 0 0 10px 0; color: #e2e8f0;">Teleportation to Eternal Vow Grove</h3> | |||
<p style="margin: 0; color: #94a3b8; line-height: 1.6;">If requirements are met, both characters are teleported to the wedding venue where inventory access is disabled.</p> | |||
</div> | |||
</div> | |||
<!-- Step 4 --> | |||
<div style="display: flex; margin-bottom: 25px; align-items: flex-start;"> | |||
<div style="background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);">4</div> | |||
<div style="flex: 1;"> | |||
<h3 style="margin: 0 0 10px 0; color: #e2e8f0;">Marriage Ceremony</h3> | |||
<p style="margin: 0; color: #94a3b8; line-height: 1.6;">Interact with the Marriage Officiant to confirm vows. Maximum ceremony duration: 30 minutes.</p> | |||
</div> | |||
</div> | |||
<!-- Step 5 --> | |||
<div style="display: flex; align-items: flex-start;"> | |||
<div style="background: linear-gradient(135deg, #10b981, #059669); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);">✓</div> | |||
<div style="flex: 1;"> | |||
<h3 style="margin: 0 0 10px 0; color: #34d399;">Marriage Complete</h3> | |||
<p style="margin: 0; color: #94a3b8; line-height: 1.6;">Engagement rings transform into wedding rings [[File:Wedding_ring.png|20px]] enabling spouse teleportation.</p> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Marriage Benefits Section --> | |||
<div style="background: #1e293b; border: 1px solid #334155; border-top: none; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.2);"> | |||
<div style="display: flex; align-items: center; margin-bottom: 25px;"> | |||
<span style="font-size: 2em; margin-right: 15px;">💝</span> | |||
<h2 style="margin: 0; color: #64ffda; font-weight: 600;">Marriage Benefits</h2> | |||
</div> | |||
[[Main Page|Back]] | <div style="background: #0f172a; border: 1px solid #1e40af; border-radius: 8px; padding: 20px;"> | ||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #cbd5e1;"> | |||
<li><strong style="color: #60a5fa;">Spouse Teleportation:</strong> Use wedding rings to teleport to each other (except entrance maps)</li> | |||
<li><strong style="color: #60a5fa;">Level Restrictions:</strong> Higher level spouse can teleport to lower level areas, but not vice versa</li> | |||
<li><strong style="color: #60a5fa;">Untradeable Rings:</strong> Wedding rings cannot be traded in any form</li> | |||
</ul> | |||
</div> | |||
</div> | |||
<!-- Divorce Section --> | |||
<div style="background: #1e293b; border: 1px solid #334155; border-top: none; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.2); border-radius: 0 0 12px 12px;"> | |||
<div style="display: flex; align-items: center; margin-bottom: 25px;"> | |||
<span style="font-size: 2em; margin-right: 15px;">💔</span> | |||
<h2 style="margin: 0; color: #64ffda; font-weight: 600;">Divorce Options</h2> | |||
</div> | |||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px;"> | |||
<!-- Unilateral Divorce --> | |||
<div style="background: #0f172a; border: 1px solid #dc2626; padding: 20px; border-radius: 8px;"> | |||
<h3 style="margin-top: 0; color: #f87171; display: flex; align-items: center;"><span style="margin-right: 10px;">⚖️</span>Unilateral Divorce</h3> | |||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #fca5a5;"> | |||
<li><strong>Cost:</strong> 500,000,000 gold</li> | |||
<li>Initiating party loses ring and benefits</li> | |||
<li>Partner's ring becomes non-functional</li> | |||
<li>No mutual consent required</li> | |||
</ul> | |||
</div> | |||
<!-- Mutual Agreement --> | |||
<div style="background: #0f172a; border: 1px solid #1e40af; padding: 20px; border-radius: 8px;"> | |||
<h3 style="margin-top: 0; color: #60a5fa; display: flex; align-items: center;"><span style="margin-right: 10px;">🤝</span>Mutual Agreement</h3> | |||
<ul style="margin: 0; padding-left: 20px; line-height: 1.8; color: #cbd5e1;"> | |||
<li><strong>Cost:</strong> Free</li> | |||
<li>Both characters must be online</li> | |||
<li>Rings removed from both parties</li> | |||
<li>Amicable separation process</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Navigation Footer --> | |||
<div style="text-align: center; padding: 20px; background: #0f172a; border: 1px solid #334155; border-top: none; border-radius: 0 0 12px 12px; margin-top: 0;"> | |||
<p style="margin: 0;"> | |||
<span style="background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; padding: 8px 20px; border-radius: 25px; text-decoration: none; font-weight: 500; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);"> | |||
[[Main Page|← Back to Main Page]] | |||
</span> | |||
</p> | |||
</div> | |||
</div> | |||
Latest revision as of 19:23, 6 September 2025
💍 Wedding System
Unite your characters in eternal bond
📋
Marriage Requirements
💎Items Required
⭐Character Requirements
- Minimum Level 75
- Maximum 30-level difference between characters
- Neither character can be already married
- Only one wedding ceremony at a time
🚫Restrictions
- Same-gender marriages are not permitted
- Already married characters cannot remarry
- Wedding attire requires a weapon to be equipped
- Cannot ride mounts while wearing wedding dress
💒
Wedding Ceremony Process
1
Visit the Clerk
Both characters go to the Clerk. One character initiates the marriage process and enters their partner's name.
2
Requirements Check
System verifies both characters meet all requirements (level, items, gold, marital status).
3
Teleportation to Eternal Vow Grove
If requirements are met, both characters are teleported to the wedding venue where inventory access is disabled.
4
Marriage Ceremony
Interact with the Marriage Officiant to confirm vows. Maximum ceremony duration: 30 minutes.
💝
Marriage Benefits
- Spouse Teleportation: Use wedding rings to teleport to each other (except entrance maps)
- Level Restrictions: Higher level spouse can teleport to lower level areas, but not vice versa
- Untradeable Rings: Wedding rings cannot be traded in any form
💔
Divorce Options
⚖️Unilateral Divorce
- Cost: 500,000,000 gold
- Initiating party loses ring and benefits
- Partner's ring becomes non-functional
- No mutual consent required
🤝Mutual Agreement
- Cost: Free
- Both characters must be online
- Rings removed from both parties
- Amicable separation process