Skip to content

Commit a8277aa

Browse files
committed
longship
1 parent 911c87a commit a8277aa

4 files changed

Lines changed: 46 additions & 13 deletions

File tree

src/guides/boats/cog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
| Property | Value |
2525
|-------------|----------------|
2626
| Dimensions | 5.0 x 9.0 x 22.0 |
27-
| Offset | 0.0, 1.0, 0.0 |
27+
| Offset | 0.0, 0.0, 0.0 |
2828

2929
| HP Section | Value |
3030
|------------|-------|
31-
| Bow | 10.0 |
31+
| Bow | 7.0 |
3232
| Hull | 10.0 |
33-
| Mast | 10.0 |
34-
| Stern | 10.0 |
33+
| Mast | 6.0 |
34+
| Stern | 8.0 |
3535

3636
The cog has an inventory with 3 pages, each double chest sized. It has two siege weapon slots (one front, one back) that can only take ballistas. It has a sail and no rowing seats.

src/guides/boats/dromon.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
| Property | Value |
2525
|-------------|----------------|
2626
| Dimensions | 5.0 x 9.0 x 43.0 |
27-
| Offset | 0.0, 1.0, 0.0 |
27+
| Offset | 0.0, 0.0, 0.0 |
2828

2929
| HP Section | Value |
3030
|------------|-------|
31-
| Bow | 10.0 |
32-
| Hull | 10.0 |
33-
| Mast | 10.0 |
34-
| Stern | 10.0 |
31+
| Bow | 13.0 |
32+
| Hull | 19.0 |
33+
| Mast | 11.0 |
34+
| Stern | 15.0 |
3535

3636
The dromon has an inventory with 5 pages, each double chest sized. It has two siege weapon slots on the top middle that can only take ballistas, a third slot at the front that can take either a ballista or Greek fire, and a fourth slot on the top front that can take a ballista. It has a sail and 18 rowing seats.

src/guides/boats/galley.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
| Property | Value |
2525
|-------------|-----------------|
2626
| Dimensions | 5.0 x 9.0 x 28.0 |
27-
| Offset | 0.0, 10.0, 0.0 |
27+
| Offset | 0.0, 2.0, 0.0 |
2828

2929
| HP Section | Value |
3030
|------------|-------|
31-
| Bow | 10.0 |
32-
| Hull | 10.0 |
31+
| Bow | 11.0 |
32+
| Hull | 16.0 |
3333
| Mast | 10.0 |
34-
| Stern | 10.0 |
34+
| Stern | 13.0 |
3535

3636
The galley has no inventory. It has one siege weapon slot in the front that can take a ballista. It has a sail and 14 rowing seats.

src/guides/boats/longship.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
# Longship
22

33
![longship](../../assets/longship.png)
4+
5+
## Movement Stats
6+
7+
| Property | Value | Unit | Description |
8+
|---------------------------|-------|---------|-------------|
9+
| Speed | 20.0 | m/s | Maximum speed. |
10+
| Acceleration | 2.2 | m/s² | Rate of speed increase. |
11+
| Drag | 0.009 | coeff | Slowdown factor. |
12+
| Angular Speed | 2.4 | deg/s | Maximum turning speed. |
13+
| Angular Acceleration | 2.6 | deg/s² | Rate of turning increase. |
14+
| Min Speed for Turn | 0.01 | m/s | Minimum speed required to turn. |
15+
| Max Turn Effectiveness | 1.0 | coeff | Peak turning efficiency. |
16+
| Max Heel | 2.5 | deg | Maximum lean angle during turns. |
17+
| Heel Speed | 5.3 | - | Rate of leaning into a turn. |
18+
| Heel Recovery Speed | 8.3 | - | Rate of returning to upright. |
19+
| Max Rowing Contribution | 0.9 | - | Rowing's share of max speed (with no rowers and full sails, reaches 10% max speed). |
20+
| Input Type | ad | - | Control scheme (A/D for turning, rowing/sail hybrid forward). |
21+
22+
### Structure Stats
23+
24+
| Property | Value |
25+
|-------------|-----------------|
26+
| Dimensions | 5.0 x 7.0 x 22.0 |
27+
| Offset | 0.0, 1.0, 0.0 |
28+
29+
| HP Section | Value |
30+
|------------|-------|
31+
| Bow | 6.0 |
32+
| Hull | 9.0 |
33+
| Mast | 5.0 |
34+
| Stern | 7.0 |
35+
36+
The longship has no inventory or siege weapon slots.

0 commit comments

Comments
 (0)