foundryvtt-wh4-lang-fr-fr/tables/steam-engine.json

38 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "Steam Engine Malfunctions",
"hide" : true,
"die": "1d100",
"hide" : true,
"rows": [
{
"name" : "Stutter",
"description": "The engine judders a little and loses steam. For the next [[1d10]] rounds, the boat drifts downstream at 25% of its normal Movement rate.",
"range": [1,40]
},
{
"name" : "Steam Leak",
"description": "A jet of steam shoots out from the boiler. Whoever is tending the engine must make an Initiative Test or be scalded for [[1d10 5]] Wounds (minimum of 1), regardless of armour.",
"range": [41,60]
},
{
"name" : "Pressure Loss",
"description": "The engine stops working. The boat drifts downstream at 25% of its normal Movement rate until a successful <b>Challenging (+0) Trade (Engineering)</b> Test is made to re-start the engine. After the engine is restarted, it takes 5 SL rounds until the steam pressure builds back up sufficiently to propel the boat.",
"range": [61,80]
},
{
"name" : "Fire Out",
"description": "Water somehow gets into the engines fire-box, putting it out and preventing the engine from working. It takes [[2d4]] rounds to rake out the sodden coals and replace them with dry fuel; then a successful <b>Trade (Engineering)</b> Test is made to re-start the engine. After the engine is restarted, it takes 5 SL rounds until the steam pressure builds back up sufficiently to propel the boat.",
"range": [81,90]
},
{
"name" : "Tank Rupture",
"description": "An important plate in the engines workings springs, releasing all the steam. The engine cannot be repaired until it has cooled, which requires raking out the coals (see above) and a wait of [[20 + d10]] minutes. Then, a successful <b>Difficult (10) Trade (Engineering)</b> Test must be made to repair the engine, and another, <b>Challenging (+0)</b> Test to restart it. After the engine is restarted, it takes 5 SL rounds until the steam pressure builds back up sufficiently to propel the boat.",
"range": [91,95]
},
{
"name" : "Explosion",
"description": "The boiler explodes, destroying the engine and causing Critical Hits to both @Item[Hull]{hull} and @Item[Superstructure]{superstructure}. Anyone in the same compartment as the engine suffers [[/r 12]] points of Blast and Impact Damage.",
"range": [96,100]
}
]
}