silkedit 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/exe/silkedit +1 -2
- data/lib/commands/journal.rb +3 -3
- data/lib/config/parser.rb +1 -1
- data/lib/silkedit/cheats/silksong_enemyjournal.rb +5 -4
- data/lib/silkedit/config/silksong/enemylist.yaml +14 -8
- data/lib/silkedit/config/silksong/permasaves.yaml +4 -4
- data/lib/silkedit/config/silksong/zones.yaml +14 -1
- data/lib/silkedit/version.rb +1 -1
- metadata +1 -1
| @@ -91,7 +91,7 @@ bellhart: | |
| 91 91 | 
             
                    hazardRespawnFacing: 1
         | 
| 92 92 | 
             
                soft_reqs:
         | 
| 93 93 | 
             
                  BelltownHouseUnlocked: true
         | 
| 94 | 
            -
                hard_reqs: { | 
| 94 | 
            +
                hard_reqs: {}
         | 
| 95 95 | 
             
                min_act: 2
         | 
| 96 96 | 
             
              bench:
         | 
| 97 97 | 
             
                data:
         | 
| @@ -880,6 +880,19 @@ karak: | |
| 880 880 | 
             
                hard_reqs: {}
         | 
| 881 881 | 
             
                min_act: 2
         | 
| 882 882 | 
             
            marrow:
         | 
| 883 | 
            +
              bellbeast_spawn:
         | 
| 884 | 
            +
                data:
         | 
| 885 | 
            +
                  playerData:
         | 
| 886 | 
            +
                    atBench: false
         | 
| 887 | 
            +
                    respawnScene: Bone_05
         | 
| 888 | 
            +
                    mapZone: 2
         | 
| 889 | 
            +
                    extraRestZone: 0
         | 
| 890 | 
            +
                    respawnMarkerName: Silk Heart Memory Respawn Marker
         | 
| 891 | 
            +
                    respawnType: 0
         | 
| 892 | 
            +
                    hazardRespawnFacing: 0
         | 
| 893 | 
            +
                soft_reqs: { }
         | 
| 894 | 
            +
                hard_reqs: { }
         | 
| 895 | 
            +
                min_act: 1
         | 
| 883 896 | 
             
              entrance:
         | 
| 884 897 | 
             
                data:
         | 
| 885 898 | 
             
                  playerData:
         | 
    
        data/lib/silkedit/version.rb
    CHANGED