Chocobo Camp to Figaro Castle and 1st Kefka Fight
This commit is contained in:
parent
59948d85ea
commit
ecbf3b8bee
|
@ -17,24 +17,24 @@ INS: `10`
|
||||||
MIG: `6`
|
MIG: `6`
|
||||||
WLP: `6`
|
WLP: `6`
|
||||||
|
|
||||||
DEF: `10`
|
DEF: `10 +1 = 11`
|
||||||
M.DEF: `10`
|
M.DEF: `10 +1 = 11`
|
||||||
|
|
||||||
|
Current HP: 18
|
||||||
Max HP: 40
|
Max HP: 40
|
||||||
Crisis: 20
|
Crisis: 20
|
||||||
Current HP: 40
|
|
||||||
|
|
||||||
Max MP: 35
|
Max MP: 35
|
||||||
Current MP: 35
|
Current MP: 35
|
||||||
|
|
||||||
Max IP: 8
|
Max IP: 8
|
||||||
Current: 5
|
Current: 0
|
||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
Current XP: 5
|
Current XP: 13
|
||||||
Fabula Points: 3
|
Fabula Points: 3
|
||||||
Zenit: 310
|
Zenit: 165
|
||||||
|
|
||||||
## Equipment
|
## Equipment
|
||||||
|
|
||||||
|
@ -43,12 +43,11 @@ Accessory:
|
||||||
Armor: Travel Garb | DEF: +1, M.DEF: +1 | Init -1
|
Armor: Travel Garb | DEF: +1, M.DEF: +1 | Init -1
|
||||||
|
|
||||||
Main Hand: Crossbow | [DEX + INS] | [HR + 8] physical
|
Main Hand: Crossbow | [DEX + INS] | [HR + 8] physical
|
||||||
- 2x Explosion Arrow
|
|
||||||
|
|
||||||
Off-Hand:
|
Off-Hand:
|
||||||
|
|
||||||
Backpack:
|
Backpack:
|
||||||
- 1x Stange Dynamit
|
- 1x Stange Dynamit
|
||||||
|
|
||||||
## Class
|
## Class
|
||||||
|
|
||||||
|
|
|
@ -22,24 +22,24 @@ INS: `10`
|
||||||
MIG: `8`
|
MIG: `8`
|
||||||
WLP: `6`
|
WLP: `6`
|
||||||
|
|
||||||
DEF: `8`
|
DEF: `8 +1 +2 = 11`
|
||||||
M.DEF: `10`
|
M.DEF: `10 +1 = 11`
|
||||||
|
|
||||||
Max HP: 33
|
Current HP: 31
|
||||||
|
Max HP: 50
|
||||||
Crisis: 25
|
Crisis: 25
|
||||||
Current HP: 50
|
|
||||||
|
|
||||||
Max MP: 40
|
Max MP: 40
|
||||||
Current MP: 40
|
Current MP: 30
|
||||||
|
|
||||||
Max IP: 6
|
Max IP: 6
|
||||||
Current IP: 3
|
Current IP: 6
|
||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
Current XP: 5
|
Current XP: 13
|
||||||
Fabula Points: 3
|
Fabula Points: 1
|
||||||
Zenit:
|
Zenit: 85
|
||||||
|
|
||||||
## Equipment
|
## Equipment
|
||||||
|
|
||||||
|
@ -52,8 +52,9 @@ Main Hand: Rapier
|
||||||
Off-Hand:
|
Off-Hand:
|
||||||
|
|
||||||
Backpack:
|
Backpack:
|
||||||
|
- Broadaxe
|
||||||
- 10 Dynamit
|
- South Figaro - Keychain (1x Key "Courage", 1x Clockwork Key)
|
||||||
|
- Absorb MP Armband
|
||||||
|
|
||||||
## Class
|
## Class
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
# Imperial Soldier
|
||||||
|
|
||||||
|
**LV 6 Humanoid**
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
**Traits:** loyal, army, not commited
|
||||||
|
|
||||||
|
## Attributes
|
||||||
|
|
||||||
|
DEX: `d8`
|
||||||
|
INS: `d8`
|
||||||
|
MIG: `d10`
|
||||||
|
WLP: `d6`
|
||||||
|
|
||||||
|
Init: `8`
|
||||||
|
HP: `62 || 31`
|
||||||
|
MP: `37`
|
||||||
|
Def: `11`
|
||||||
|
M.Def: `8`
|
||||||
|
|
||||||
|
Breach SL 1
|
||||||
|
|
||||||
|
## Affinities
|
||||||
|
|
||||||
|
## Basic Attacks
|
||||||
|
|
||||||
|
```
|
||||||
|
Sword Charge: Melee [DEX + MIG] +1 || [HR + 5]
|
||||||
|
```
|
||||||
|
```
|
||||||
|
Counterattack
|
||||||
|
|
||||||
|
if an enemy attacks with accuracy check = even number
|
||||||
|
-> Perform Sword Charge for free -> [HR = 0]
|
||||||
|
```
|
|
@ -60,4 +60,4 @@ Target suffers [HR + 5] poison damage.
|
||||||
|
|
||||||
## Special Rules
|
## Special Rules
|
||||||
|
|
||||||
**Construct:** Magitek Armor is immune to **poison** damage, resistant to **earth** damage and immune to **poisoned**.
|
**Construct:** Magitek Armor is immune to **poison** damage, resistant to **earth** damage and immune to **poisoned**.
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
# Kefka
|
||||||
|
|
||||||
|
**LV 15 Humanoid Boss**
|
||||||
|
|
||||||
|
**Traits:** Crazy, Magitek, Nihilist, Destruction
|
||||||
|
|
||||||
|
## Attributes
|
||||||
|
|
||||||
|
DEX: `d8`
|
||||||
|
INS: `d10`
|
||||||
|
MIG: `d6`
|
||||||
|
WLP: `d8`
|
||||||
|
|
||||||
|
Init: `9`
|
||||||
|
HP: `240 || 120`
|
||||||
|
MP: `220`
|
||||||
|
Def: `9` (12)
|
||||||
|
M.Def: `12`
|
||||||
|
|
||||||
|
Checks: +1
|
||||||
|
Damage: +0
|
||||||
|
|
||||||
|
## Affinities
|
||||||
|
|
||||||
|
Physical: -
|
||||||
|
Air: -
|
||||||
|
Bolt: -
|
||||||
|
Dark: -
|
||||||
|
Earth: Vulnerable
|
||||||
|
Fire: -
|
||||||
|
Ice: -
|
||||||
|
Light: Resistance
|
||||||
|
Poison: Vulnerable
|
||||||
|
|
||||||
|
## Skills
|
||||||
|
|
||||||
|
7/7
|
||||||
|
|
||||||
|
- +2 Damage to status suffering Enemies
|
||||||
|
- +3 to Magic Checks
|
||||||
|
- Spellcaster x2
|
||||||
|
<!-- - Absorp MP x3 -->
|
||||||
|
|
||||||
|
Crisis
|
||||||
|
===
|
||||||
|
Remove all Debuffs
|
||||||
|
Multi All, HR / 2 if wanted
|
||||||
|
|
||||||
|
## Basic Attacks
|
||||||
|
|
||||||
|
```
|
||||||
|
Flame Burst: Ranged [WLP + INS] || [HR + 7]
|
||||||
|
MP: 15
|
||||||
|
```
|
||||||
|
```
|
||||||
|
Zap: Melee AoE [WLP + INS] || [HR + 2]
|
||||||
|
MP: 10, Inflict: -DEX Die Size
|
||||||
|
```
|
||||||
|
```
|
||||||
|
Ice Shard: Ranged [INS + INS] + 1 || [HR + 3]
|
||||||
|
MP: 15
|
||||||
|
```
|
||||||
|
```
|
||||||
|
Shell: Buff Self Def +4 - 2 Rounds
|
||||||
|
MP: 15
|
||||||
|
```
|
|
@ -1,2 +1,16 @@
|
||||||
# Chocobo Camp
|
# Chocobo Camp
|
||||||
|
- Försterlager
|
||||||
|
- Mezen, Förster
|
||||||
|
- Axt für 100z gekauft
|
||||||
|
- Chocobo Zelt
|
||||||
|
- Am nächsten Morgen Abreise für 10z pro Person
|
||||||
|
- Ghysal Feld
|
||||||
|
- Provisions and Rest
|
||||||
|
|
||||||
|
## Back to Forest
|
||||||
|
- Broadaxe gecrafted
|
||||||
|
|
||||||
|
## Back to Camp
|
||||||
|
- Chocobo für Morgen geklärt
|
||||||
|
- IP aufgefüllt, Zelten bis zum Morgen
|
||||||
|
- Shenk lies seine Schlüssel
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
# Figaro Castle
|
||||||
|
|
||||||
|
- Im Machine Room erfahren, dass der Schlüssel für eine Uhr ist
|
||||||
|
- Zum Thronraum durch, Minister holt König Edgar
|
||||||
|
- Edgar bietet euch Ressourcen an, um den Returners beizutreten
|
||||||
|
- Locke rastet im Westflügel
|
||||||
|
|
||||||
|
## Battle vs Kefka
|
||||||
|
|
||||||
|
Timov: 10 Init
|
||||||
|
Zeek: 0 Init
|
||||||
|
Edgar: +1 Init
|
||||||
|
Locke: +1 Init
|
||||||
|
===
|
||||||
|
12 Init
|
||||||
|
|
||||||
|
---
|
||||||
|
Edgar HP: 45 Def 13
|
||||||
|
DEX 8
|
||||||
|
INS 6
|
||||||
|
MIG 8
|
||||||
|
WLP 10
|
||||||
|
|
||||||
|
Locke HP: 49 Def 11
|
||||||
|
Slow (-Dex Size)
|
||||||
|
- Absorb MP Armband
|
||||||
|
|
||||||
|
---
|
||||||
|
Imperial Soldier 1: 0
|
||||||
|
Imperial Solider 2: 0
|
||||||
|
|
||||||
|
---
|
||||||
|
Kefka:
|
||||||
|
HP: 0
|
||||||
|
MP: 144
|
||||||
|
|
||||||
|
Shell: +3 Def 2 Rounds
|
||||||
|
Dazed: -INS Size
|
Loading…
Reference in New Issue