df2profiler 地圖繪製器

透過點擊地圖來繪製顏色的簡易地圖繪製器

目前為 2024-03-24 提交的版本,檢視 最新版本

作者
Oscar0159
評價
0 0 0
版本
0.2.0
建立日期
2024-03-23
更新日期
2024-03-24
尺寸
129.1 KB
授權條款
MIT
腳本執行於

df2profiler map drawer

Description

a simple map drawer for df2profiler.com by clicking on the map to draw color on area

Notice

Usage

  1. Install a user script manager
  2. Install df2profiler map drawer
  3. Open df2profiler map page and click on the map
  4. Press ScreenShot button at the top right corner to save the map

Optional

  • You can change the default color or chunk size by editing the script
const color = "rgba(255, 255, 0, 0.3)"; // default color for drawing
const pvpColor = "rgba(255, 0, 0, 0.4)"; // color for pvp area
const outpostColor = "rgba(0, 255, 0, 0.4)"; // color for outpost area
const chunkSize = 6; // echo chunk have (chunkSize * chunkSize) cells

Screenshot

web

screenshot

download

screenshot


df2profiler 圖譜過濾器

說明

一個簡單的地圖繪製工具,用於 df2profiler.com 地圖頁面,透過點擊地圖來繪製區域

注意事項

使用方法

  1. 安裝 使用者腳本管理器
  2. 安裝 df2profiler 圖譜過濾器
  3. 開啟 df2profiler 地圖頁面 並點擊地圖以繪製區域
  4. 點擊右上角的 ScreenShot 按鈕以儲存地圖

可選項目

  • 你可以透過編輯腳本來更改預設顏色或區塊大小
const color = "rgba(255, 255, 0, 0.3)"; // 預設繪製顏色
const pvpColor = "rgba(255, 0, 0, 0.4)"; // pvp 區域顏色
const outpostColor = "rgba(0, 255, 0, 0.4)"; // 哨站區域顏色
const chunkSize = 6; // 每個區塊有 (chunkSize * chunkSize) 個格子

截圖

同上