Advertisement
Guest User

gunmod.json

a guest
Mar 16th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 13.60 KB | None | 0 0
  1. [
  2.   {
  3.     "type" : "recipe",
  4.     "result": "gunmod_sticker",
  5.     "category": "CC_WEAPON",
  6.     "subcategory": "CSC_WEAPON_MODS",
  7.     "skill_used": "fabrication",
  8.     "difficulty": 2,
  9.     "time": 10000,
  10.     "autolearn": true,
  11.     "qualities": [ { "id": "CUT", "level": 1 } ],
  12.     "components": [
  13.       [ [ "paper", 10 ] ],
  14.       [ [ "duct_tape", 50 ],[ "superglue", 1 ] ]
  15.     ]
  16.   },
  17.  
  18.   {
  19.     "id": "gunmod_sticker",
  20.     "type": "GUNMOD",
  21.     "name": "ステッカー",
  22.     "description": "白い無地のステッカーです。銃などに貼れますが、特に効果はありません。好きなステッカーを作って、相棒を飾り付けましょう。",
  23.     "weight": "10 g",
  24.     "volume": "50 ml",
  25.     "price": 200,
  26.     "material": "paper",
  27.     "symbol": ":",
  28.     "color": "white",
  29.     "location": "accessories",
  30.     "mod_targets": [ "bow", "crossbow", "rifle", "smg", "shotgun", "pistol", "launcher" ],
  31.     "flags": [ "FANCY" ]
  32.   },
  33.  
  34.   {
  35.     "type" : "recipe",
  36.     "result": "gunmod_sticker_apple",
  37.     "category": "CC_WEAPON",
  38.     "subcategory": "CSC_WEAPON_MODS",
  39.     "skill_used": "fabrication",
  40.     "difficulty": 2,
  41.     "time": 10000,
  42.     "autolearn": true,
  43.     "qualities": [ { "id": "CUT", "level": 1 } ],
  44.     "tools": [
  45.         [ [ "permanent_marker", 10 ] ]
  46.     ],
  47.     "components": [
  48.       [ [ "gunmod_sticker", 1 ] ]
  49.     ]
  50.   },
  51.  
  52.   {
  53.     "id": "gunmod_sticker_apple",
  54.     "type": "GUNMOD",
  55.     "copy-from": "gunmod_sticker",
  56.     "name": "リンゴのステッカー",
  57.     "description": "片側が欠けたリンゴ型のステッカーです。",
  58.     "color": "white"
  59.   },
  60.  
  61.   {
  62.     "type" : "recipe",
  63.     "result": "gunmod_sticker_killthemall",
  64.     "category": "CC_WEAPON",
  65.     "subcategory": "CSC_WEAPON_MODS",
  66.     "skill_used": "fabrication",
  67.     "difficulty": 2,
  68.     "time": 10000,
  69.     "autolearn": true,
  70.     "qualities": [ { "id": "CUT", "level": 1 } ],
  71.     "tools": [
  72.         [ [ "permanent_marker", 10 ] ]
  73.     ],
  74.     "components": [
  75.       [ [ "gunmod_sticker", 1 ] ]
  76.     ]
  77.   },
  78.  
  79.   {
  80.     "id": "gunmod_sticker_killthemall",
  81.     "type": "GUNMOD",
  82.     "copy-from": "gunmod_sticker",
  83.     "name": "KILL THEM ALLのステッカー",
  84.     "description": "威圧的な字体で描かれた「KILL THEM ALL」のステッカーです。",
  85.     "color": "white"
  86.   },
  87.  
  88.   {
  89.     "type" : "recipe",
  90.     "result": "gunmod_sticker_doublekill",
  91.     "category": "CC_WEAPON",
  92.     "subcategory": "CSC_WEAPON_MODS",
  93.     "skill_used": "fabrication",
  94.     "difficulty": 2,
  95.     "time": 10000,
  96.     "autolearn": true,
  97.     "qualities": [ { "id": "CUT", "level": 1 } ],
  98.     "tools": [
  99.         [ [ "permanent_marker", 10 ] ]
  100.     ],
  101.     "components": [
  102.       [ [ "gunmod_sticker", 1 ] ]
  103.     ]
  104.   },
  105.  
  106.   {
  107.     "id": "gunmod_sticker_doublekill",
  108.     "type": "GUNMOD",
  109.     "copy-from": "gunmod_sticker",
  110.     "name": "Double Killのステッカー",
  111.     "description": "銀色の「Double Kill」のステッカーです。",
  112.     "color": "white"
  113.   },
  114.  
  115.   {
  116.     "type" : "recipe",
  117.     "result": "gunmod_sticker_headshot",
  118.     "category": "CC_WEAPON",
  119.     "subcategory": "CSC_WEAPON_MODS",
  120.     "skill_used": "fabrication",
  121.     "difficulty": 2,
  122.     "time": 10000,
  123.     "autolearn": true,
  124.     "qualities": [ { "id": "CUT", "level": 1 } ],
  125.     "tools": [
  126.         [ [ "permanent_marker", 10 ] ]
  127.     ],
  128.     "components": [
  129.       [ [ "gunmod_sticker", 1 ] ]
  130.     ]
  131.   },
  132.  
  133.   {
  134.     "id": "gunmod_sticker_headshot",
  135.     "type": "GUNMOD",
  136.     "copy-from": "gunmod_sticker",
  137.     "name": "HEAD SHOT!!のステッカー",
  138.     "description": "真っ赤な文字で「HEAD SHOT!!」と描かれたステッカーです。",
  139.     "color": "white"
  140.   },
  141.  
  142.   {
  143.     "type" : "recipe",
  144.     "result": "gunmod_sticker_nerfthis",
  145.     "category": "CC_WEAPON",
  146.     "subcategory": "CSC_WEAPON_MODS",
  147.     "skill_used": "fabrication",
  148.     "difficulty": 2,
  149.     "time": 10000,
  150.     "autolearn": true,
  151.     "qualities": [ { "id": "CUT", "level": 1 } ],
  152.     "tools": [
  153.         [ [ "permanent_marker", 10 ] ]
  154.     ],
  155.     "components": [
  156.       [ [ "gunmod_sticker", 1 ] ]
  157.     ]
  158.   },
  159.  
  160.   {
  161.     "id": "gunmod_sticker_nerfthis",
  162.     "type": "GUNMOD",
  163.     "copy-from": "gunmod_sticker",
  164.     "name": "NERF THISのステッカー",
  165.     "description": "ウサギの絵の入った「NERF THIS」のステッカーです。",
  166.     "color": "white"
  167.   },
  168.  
  169.   {
  170.     "type" : "recipe",
  171.     "result": "gunmod_sticker_heart",
  172.     "category": "CC_WEAPON",
  173.     "subcategory": "CSC_WEAPON_MODS",
  174.     "skill_used": "fabrication",
  175.     "difficulty": 2,
  176.     "time": 10000,
  177.     "autolearn": true,
  178.     "qualities": [ { "id": "CUT", "level": 1 } ],
  179.     "tools": [
  180.         [ [ "permanent_marker", 10 ] ]
  181.     ],
  182.     "components": [
  183.       [ [ "gunmod_sticker", 1 ] ]
  184.     ]
  185.   },
  186.  
  187.   {
  188.     "id": "gunmod_sticker_heart",
  189.     "type": "GUNMOD",
  190.     "copy-from": "gunmod_sticker",
  191.     "name": "ハートのステッカー",
  192.     "description": "ピンク色のハート型のステッカーです。",
  193.     "color": "white"
  194.   },
  195.  
  196.   {
  197.     "type" : "recipe",
  198.     "result": "gunmod_sticker_peely",
  199.     "category": "CC_WEAPON",
  200.     "subcategory": "CSC_WEAPON_MODS",
  201.     "skill_used": "fabrication",
  202.     "difficulty": 2,
  203.     "time": 10000,
  204.     "autolearn": true,
  205.     "qualities": [ { "id": "CUT", "level": 1 } ],
  206.     "tools": [
  207.         [ [ "permanent_marker", 10 ] ]
  208.     ],
  209.     "components": [
  210.       [ [ "gunmod_sticker", 1 ] ]
  211.     ]
  212.   },
  213.  
  214.   {
  215.     "id": "gunmod_sticker_peely",
  216.     "type": "GUNMOD",
  217.     "copy-from": "gunmod_sticker",
  218.     "name": "バナナのステッカー",
  219.     "description": "擬人化されたバナナのステッカーです。",
  220.     "color": "white"
  221.   },
  222.  
  223.   {
  224.     "type" : "recipe",
  225.     "result": "gunmod_sticker_battloika",
  226.     "category": "CC_WEAPON",
  227.     "subcategory": "CSC_WEAPON_MODS",
  228.     "skill_used": "fabrication",
  229.     "difficulty": 2,
  230.     "time": 10000,
  231.     "autolearn": true,
  232.     "qualities": [ { "id": "CUT", "level": 1 } ],
  233.     "tools": [
  234.         [ [ "permanent_marker", 10 ] ]
  235.     ],
  236.     "components": [
  237.       [ [ "gunmod_sticker", 1 ] ]
  238.     ]
  239.   },
  240.  
  241.   {
  242.     "id": "gunmod_sticker_battloika",
  243.     "type": "GUNMOD",
  244.     "copy-from": "gunmod_sticker",
  245.     "name": "トΠOΛRのステッカー",
  246.     "description": "「トΠOΛR」のような文字が描かれたステッカーです。",
  247.     "color": "white"
  248.   },
  249.  
  250.   {
  251.     "type" : "recipe",
  252.     "result": "gunmod_sticker_tetris",
  253.     "category": "CC_WEAPON",
  254.     "subcategory": "CSC_WEAPON_MODS",
  255.     "skill_used": "fabrication",
  256.     "difficulty": 2,
  257.     "time": 10000,
  258.     "autolearn": true,
  259.     "qualities": [ { "id": "CUT", "level": 1 } ],
  260.     "tools": [
  261.         [ [ "permanent_marker", 10 ] ]
  262.     ],
  263.     "components": [
  264.       [ [ "gunmod_sticker", 1 ] ]
  265.     ]
  266.   },
  267.  
  268.   {
  269.     "id": "gunmod_sticker_tetris",
  270.     "type": "GUNMOD",
  271.     "copy-from": "gunmod_sticker",
  272.     "name": "T字のステッカー",
  273.     "description": "紫色のTの字の形をしたステッカーです。",
  274.     "color": "white"
  275.   },
  276.  
  277.   {
  278.     "type" : "recipe",
  279.     "result": "gunmod_sticker_fungus",
  280.     "category": "CC_WEAPON",
  281.     "subcategory": "CSC_WEAPON_MODS",
  282.     "skill_used": "fabrication",
  283.     "difficulty": 2,
  284.     "time": 10000,
  285.     "autolearn": true,
  286.     "qualities": [ { "id": "CUT", "level": 1 } ],
  287.     "tools": [
  288.         [ [ "permanent_marker", 10 ] ]
  289.     ],
  290.     "components": [
  291.       [ [ "gunmod_sticker", 1 ] ]
  292.     ]
  293.   },
  294.  
  295.   {
  296.     "id": "gunmod_sticker_fungus",
  297.     "type": "GUNMOD",
  298.     "copy-from": "gunmod_sticker",
  299.     "name": "真菌のステッカー",
  300.     "description": "歩くキノコをかたどったステッカーです。",
  301.     "color": "white"
  302.   },
  303.  
  304.   {
  305.     "type" : "recipe",
  306.     "result": "gunmod_sticker_miku",
  307.     "category": "CC_WEAPON",
  308.     "subcategory": "CSC_WEAPON_MODS",
  309.     "skill_used": "fabrication",
  310.     "difficulty": 2,
  311.     "time": 10000,
  312.     "autolearn": true,
  313.     "qualities": [ { "id": "CUT", "level": 1 } ],
  314.     "tools": [
  315.         [ [ "permanent_marker", 10 ] ]
  316.     ],
  317.     "components": [
  318.       [ [ "gunmod_sticker", 1 ] ]
  319.     ]
  320.   },
  321.  
  322.   {
  323.     "id": "gunmod_sticker_miku",
  324.     "type": "GUNMOD",
  325.     "copy-from": "gunmod_sticker",
  326.     "name": "歌手のステッカー",
  327.     "description": "有名な歌手のステッカーです。",
  328.     "color": "white"
  329.   },
  330.  
  331.   {
  332.     "type" : "recipe",
  333.     "result": "gunmod_sticker_sparky",
  334.     "category": "CC_WEAPON",
  335.     "subcategory": "CSC_WEAPON_MODS",
  336.     "skill_used": "fabrication",
  337.     "difficulty": 2,
  338.     "time": 10000,
  339.     "autolearn": true,
  340.     "qualities": [ { "id": "CUT", "level": 1 } ],
  341.     "tools": [
  342.         [ [ "permanent_marker", 10 ] ]
  343.     ],
  344.     "components": [
  345.       [ [ "gunmod_sticker", 1 ] ]
  346.     ]
  347.   },
  348.  
  349.   {
  350.     "id": "gunmod_sticker_sparky",
  351.     "type": "GUNMOD",
  352.     "copy-from": "gunmod_sticker",
  353.     "name": "稲妻のステッカー",
  354.     "description": "稲妻が描かれたステッカーです。",
  355.     "color": "white"
  356.   },
  357.  
  358.   {
  359.     "type" : "recipe",
  360.     "result": "gunmod_sticker_cirno",
  361.     "category": "CC_WEAPON",
  362.     "subcategory": "CSC_WEAPON_MODS",
  363.     "skill_used": "fabrication",
  364.     "difficulty": 2,
  365.     "time": 10000,
  366.     "autolearn": true,
  367.     "qualities": [ { "id": "CUT", "level": 1 } ],
  368.     "tools": [
  369.         [ [ "permanent_marker", 10 ] ]
  370.     ],
  371.     "components": [
  372.       [ [ "gunmod_sticker", 1 ] ]
  373.     ]
  374.   },
  375.  
  376.   {
  377.     "id": "gunmod_sticker_cirno",
  378.     "type": "GUNMOD",
  379.     "copy-from": "gunmod_sticker",
  380.     "name": "数字のステッカー",
  381.     "description": "空色で「9」とだけ描かれた丸いステッカーです。",
  382.     "color": "white"
  383.   },
  384.  
  385.   {
  386.     "type" : "recipe",
  387.     "result": "gunmod_sticker_html5",
  388.     "category": "CC_WEAPON",
  389.     "subcategory": "CSC_WEAPON_MODS",
  390.     "skill_used": "fabrication",
  391.     "difficulty": 2,
  392.     "time": 10000,
  393.     "autolearn": true,
  394.     "qualities": [ { "id": "CUT", "level": 1 } ],
  395.     "tools": [
  396.         [ [ "permanent_marker", 10 ] ]
  397.     ],
  398.     "components": [
  399.       [ [ "gunmod_sticker", 1 ] ]
  400.     ]
  401.   },
  402.  
  403.   {
  404.     "id": "gunmod_sticker_html5",
  405.     "type": "GUNMOD",
  406.     "copy-from": "gunmod_sticker",
  407.     "name": "数字のステッカー",
  408.     "description": "「5」と描かれたオレンジ色のステッカーです。",
  409.     "color": "white"
  410.   },
  411.  
  412.   {
  413.     "type" : "recipe",
  414.     "result": "gunmod_sticker_goldrush",
  415.     "category": "CC_WEAPON",
  416.     "subcategory": "CSC_WEAPON_MODS",
  417.     "skill_used": "fabrication",
  418.     "difficulty": 2,
  419.     "time": 10000,
  420.     "autolearn": true,
  421.     "qualities": [ { "id": "CUT", "level": 1 } ],
  422.     "tools": [
  423.         [ [ "permanent_marker", 10 ] ]
  424.     ],
  425.     "components": [
  426.       [ [ "gunmod_sticker", 1 ] ]
  427.     ]
  428.   },
  429.  
  430.   {
  431.     "id": "gunmod_sticker_goldrush",
  432.     "type": "GUNMOD",
  433.     "copy-from": "gunmod_sticker",
  434.     "name": "GOLD RUSHのステッカー",
  435.     "description": "古めかしい字体で描かれた「GOLD RUSH」のステッカーです。",
  436.     "color": "white"
  437.   },
  438.  
  439.   {
  440.     "type" : "recipe",
  441.     "result": "gunmod_sticker_monster",
  442.     "category": "CC_WEAPON",
  443.     "subcategory": "CSC_WEAPON_MODS",
  444.     "skill_used": "fabrication",
  445.     "difficulty": 2,
  446.     "time": 10000,
  447.     "autolearn": true,
  448.     "qualities": [ { "id": "CUT", "level": 1 } ],
  449.     "tools": [
  450.         [ [ "permanent_marker", 10 ] ]
  451.     ],
  452.     "components": [
  453.       [ [ "gunmod_sticker", 1 ] ]
  454.     ]
  455.   },
  456.  
  457.   {
  458.     "id": "gunmod_sticker_monster",
  459.     "type": "GUNMOD",
  460.     "copy-from": "gunmod_sticker",
  461.     "name": "爪痕のステッカー",
  462.     "description": "3本の爪痕のデザインのステッカーです。",
  463.     "color": "white"
  464.   },
  465.  
  466.   {
  467.     "type" : "recipe",
  468.     "result": "gunmod_sticker_chicken",
  469.     "category": "CC_WEAPON",
  470.     "subcategory": "CSC_WEAPON_MODS",
  471.     "skill_used": "fabrication",
  472.     "difficulty": 2,
  473.     "time": 10000,
  474.     "autolearn": true,
  475.     "qualities": [ { "id": "CUT", "level": 1 } ],
  476.     "tools": [
  477.         [ [ "permanent_marker", 10 ] ]
  478.     ],
  479.     "components": [
  480.       [ [ "gunmod_sticker", 1 ] ]
  481.     ]
  482.   },
  483.  
  484.   {
  485.     "id": "gunmod_sticker_chicken",
  486.     "type": "GUNMOD",
  487.     "copy-from": "gunmod_sticker",
  488.     "name": "七面鳥のステッカー",
  489.     "description": "七面鳥のステッカーです。",
  490.     "color": "white"
  491.   },
  492.  
  493.   {
  494.     "type" : "recipe",
  495.     "result": "gunmod_sticker_overwatch",
  496.     "category": "CC_WEAPON",
  497.     "subcategory": "CSC_WEAPON_MODS",
  498.     "skill_used": "fabrication",
  499.     "difficulty": 2,
  500.     "time": 10000,
  501.     "autolearn": true,
  502.     "qualities": [ { "id": "CUT", "level": 1 } ],
  503.     "tools": [
  504.         [ [ "permanent_marker", 10 ] ]
  505.     ],
  506.     "components": [
  507.       [ [ "gunmod_sticker", 1 ] ]
  508.     ]
  509.   },
  510.  
  511.   {
  512.     "id": "gunmod_sticker_overwatch",
  513.     "type": "GUNMOD",
  514.     "copy-from": "gunmod_sticker",
  515.     "name": "ヒーローのステッカー",
  516.     "description": "ヒーローのロゴのステッカーです。",
  517.     "color": "white"
  518.   },
  519.  
  520.   {
  521.     "type" : "recipe",
  522.     "result": "gunmod_sticker_redstar",
  523.     "category": "CC_WEAPON",
  524.     "subcategory": "CSC_WEAPON_MODS",
  525.     "skill_used": "fabrication",
  526.     "difficulty": 2,
  527.     "time": 10000,
  528.     "autolearn": true,
  529.     "qualities": [ { "id": "CUT", "level": 1 } ],
  530.     "tools": [
  531.         [ [ "permanent_marker", 10 ] ]
  532.     ],
  533.     "components": [
  534.       [ [ "gunmod_sticker", 1 ] ]
  535.     ]
  536.   },
  537.  
  538.   {
  539.     "id": "gunmod_sticker_redstar",
  540.     "type": "GUNMOD",
  541.     "copy-from": "gunmod_sticker",
  542.     "name": "赤い星のステッカー",
  543.     "description": "赤い星のステッカーです。",
  544.     "color": "white"
  545.   }
  546.  
  547. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement