|
456 | 456 | - type: Appearance
|
457 | 457 |
|
458 | 458 | - type: entity
|
459 |
| - parent: [ClothingBeltStorageBase, BaseRestrictedContraband] |
| 459 | + parent: [ClothingBeltStorageBase, BaseRestrictedContraband, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase |
460 | 460 | id: ClothingBeltSecurity
|
461 | 461 | name: security belt
|
462 | 462 | description: Can hold security gear like handcuffs and flashes.
|
|
465 | 465 | sprite: DeltaV/Clothing/Belt/security.rsi # DeltaV - resprite
|
466 | 466 | - type: Clothing
|
467 | 467 | sprite: DeltaV/Clothing/Belt/security.rsi # DeltaV - resprite
|
| 468 | + - type: ItemSlots # DeltaV - add sidearm slot |
| 469 | + slots: |
| 470 | + holster: |
| 471 | + name: clothing-belt-sidearm |
| 472 | + whitelist: |
| 473 | + tags: |
| 474 | + - Sidearm |
| 475 | + insertOnInteract: false |
468 | 476 | - type: Storage
|
469 | 477 | whitelist:
|
470 | 478 | tags:
|
|
489 | 497 | - Whistle
|
490 | 498 | - HolosignProjector
|
491 | 499 | - BalloonPopper
|
492 |
| - - type: ItemMapper |
| 500 | + - type: ItemMapper # DeltaV - adjust for DeltaV sprites. |
493 | 501 | mapLayers:
|
494 |
| - flashbang: |
495 |
| - whitelist: |
496 |
| - components: |
497 |
| - - FlashOnTrigger |
498 |
| - stunbaton: |
| 502 | + baton: |
499 | 503 | whitelist:
|
500 | 504 | components:
|
501 | 505 | - Stunbaton
|
502 |
| - tear_gas_grenade: |
| 506 | + gasgrenade: |
503 | 507 | whitelist:
|
504 |
| - components: |
505 |
| - - SmokeOnTrigger |
506 |
| - sprite: Clothing/Belt/belt_overlay.rsi |
| 508 | + tags: |
| 509 | + - Grenade |
| 510 | + slp: |
| 511 | + whitelist: |
| 512 | + tags: |
| 513 | + - Sidearm |
| 514 | + sprite: DeltaV/Clothing/Belt/belt_overlay.rsi |
| 515 | + - type: ContainerContainer |
| 516 | + containers: |
| 517 | + storagebase: !type:Container |
| 518 | + ents: [] |
| 519 | + holster: !type:ContainerSlot {} |
507 | 520 | - type: Appearance
|
508 | 521 |
|
509 | 522 | - type: entity
|
|
610 | 623 | - CartridgeAmmo
|
611 | 624 |
|
612 | 625 | - type: entity
|
613 |
| - parent: ClothingBeltStorageBase |
| 626 | + parent: [ClothingBeltStorageBase, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase |
614 | 627 | id: ClothingBeltSecurityWebbing
|
615 | 628 | name: security chest rig # DeltaV - rename from "security carrier" due to already existing plate carrier
|
616 | 629 | description: Unique and versatile chest rig, can hold security gear.
|
|
619 | 632 | sprite: DeltaV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite
|
620 | 633 | - type: Clothing
|
621 | 634 | sprite: DeltaV/Clothing/Belt/securitywebbing.rsi # DeltaV - resprite
|
| 635 | + - type: ItemSlots # DeltaV - add sidearm slot |
| 636 | + slots: |
| 637 | + holster: |
| 638 | + name: clothing-belt-sidearm |
| 639 | + whitelist: |
| 640 | + tags: |
| 641 | + - Sidearm |
| 642 | + insertOnInteract: false |
622 | 643 | - type: Storage # Delta-V - Split Inventory
|
623 | 644 | grid:
|
624 | 645 | - 0,0,2,1
|
625 | 646 | - 4,0,7,1
|
| 647 | + - type: ItemMapper # DeltaV - add holstered sidearm sprite |
| 648 | + mapLayers: |
| 649 | + slp: |
| 650 | + whitelist: |
| 651 | + tags: |
| 652 | + - Sidearm |
| 653 | + sprite: DeltaV/Clothing/Belt/belt_overlay.rsi |
| 654 | + - type: ContainerContainer |
| 655 | + containers: |
| 656 | + storagebase: !type:Container |
| 657 | + ents: [] |
| 658 | + holster: !type:ContainerSlot {} |
| 659 | + - type: Appearance # DeltaV |
626 | 660 |
|
627 | 661 | - type: entity
|
628 | 662 | parent: [ ClothingBeltStorageBase, BaseSecurityCargoContraband ]
|
|
0 commit comments