Hnxml Standard
    Preparing search index...

    Interface firewall

    Adds a firewall - set level to -1 to remove it. Solution is the solution the player will need to find to break it, the level should ideally be equal to the solution length, but can be longer (Not shorter though!) - additional time is the nonstandard extra evaluation time per step that the Hacknet solver will need

    <firewall level="6" solution="Scypio" additionalTime="1.0"/>
    
    interface firewall {
        additionalTime: number;
        children?: never;
        level: number;
        solution: string;
    }
    Index

    Properties

    additionalTime: number
    children?: never
    level: number
    solution: string