Paste #42725: Untitled Paste

Date: 2017/06/18 00:20:54 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


RPG_EQUIPMENT_INVENTORY:
  type: inventory
  inventory: CHEST
  title: 장비
  size: 36
  definitions:
    head: #<player.flag[rpg.equipment.head]||i@air>
    chestplate: #<player.flag[rpg.equipment.chestplate]||i@air>
    leggings: #<player.flag[rpg.equipment.leggings]||i@air>
    boots: #<player.flag[rpg.equipment.boots]||i@air>
  procedural items: 
    - define list li@ 
    - foreach <server.list_online_players>: 
      - define item i@human_skull[skull_skin=<def[value].name>] 
      - define list <def[list].include[<def[item]>]> 
    - determine <def[list]> 
  slots:
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"
    - "[] [] [] [] [] [] [] [] []"