ray@equippedtodisciple.org

House Of Hazards Top Vaz ((install)) -

// walls & home vibe ctx.fillStyle = '#d9b48b'; ctx.fillRect(0,0,W,32); ctx.fillStyle = '#bc9a6b'; ctx.fillRect(0,32,W,8); // window frames ctx.fillStyle = '#9c7c54'; ctx.fillRect(40, 50, 100, 80); ctx.fillStyle = '#fbe9c3'; ctx.fillRect(45, 55, 90, 70); ctx.fillStyle = '#7d5d3a'; ctx.fillRect(82, 70, 16, 55); // second window ctx.fillRect(W-140, 50, 100, 80); ctx.fillStyle = '#fbe9c3'; ctx.fillRect(W-135, 55, 90, 70); ctx.fillStyle = '#7d5d3a'; ctx.fillRect(W-95, 70, 16, 55); // rugs ctx.fillStyle = '#b07642'; ctx.beginPath(); ctx.ellipse(150, H-38, 45, 20, 0, 0, Math.PI*2); ctx.fill(); ctx.fillStyle = '#a36330'; ctx.beginPath(); ctx.ellipse(W-150, H-38, 45, 20, 0, 0, Math.PI*2); ctx.fill();

A Top Vaz player doesn’t just avoid hazards; they use them against opponents. While you are trying to grab a soda from the fridge, an enemy might try to push you into a minefield. Your goal is to bait them. Pretend to grab the item, then side-step at the last second so that they activate the trap. House Of Hazards Top Vaz

function updateTopDisplay() document.getElementById('topVazDisplay').innerText = topVaz; // walls & home vibe ctx